From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_http_session.html | 588 ------------------------------- 1 file changed, 588 deletions(-) delete mode 100644 Doc/doxygen/html/class_http_session.html (limited to 'Doc/doxygen/html/class_http_session.html') diff --git a/Doc/doxygen/html/class_http_session.html b/Doc/doxygen/html/class_http_session.html deleted file mode 100644 index a162722..0000000 --- a/Doc/doxygen/html/class_http_session.html +++ /dev/null @@ -1,588 +0,0 @@ - - - - - -Starshatter_Open: HttpSession Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- - -
- -

#include <HttpServlet.h>

- -

List of all members.

- - - - - - - - - - - - - - - - - -

-Public Member Functions

 HttpSession ()
virtual ~HttpSession ()
int operator== (const HttpSession &s) const
Text GenerateUniqueID ()
Text GetID () const
void SetID (const char *i)
int GetLastAccess () const
void Access ()
List< HttpParam > & GetAttributes ()
Text GetAttribute (const char *name)
void SetAttribute (const char *name, const char *value)
void DelAttribute (const char *name)
int GetIntAttribute (const char *name)
void SetIntAttribute (const char *name, int value)
void DelIntAttribute (const char *name)
- - -

-Static Public Member Functions

static const char * TYPENAME ()
- - - - -

-Protected Attributes

Text id
int access_time
List< HttpParamattributes
-

Detailed Description

-
-

Definition at line 51 of file HttpServlet.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - -
HttpSession::HttpSession ()
-
- -

Definition at line 95 of file HttpServlet.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
HttpSession::~HttpSession ()
-
-virtual
-
- -

Definition at line 101 of file HttpServlet.cpp.

- -
-
-

Member Function Documentation

- -
-
- - - - - - - -
void HttpSession::Access ()
-
- -

Definition at line 218 of file HttpServlet.cpp.

- -
-
- -
-
- - - - - - - - -
void HttpSession::DelAttribute (const char * name)
-
- -

Definition at line 141 of file HttpServlet.cpp.

- -
-
- -
-
- - - - - - - - -
void HttpSession::DelIntAttribute (const char * name)
-
- -

Definition at line 194 of file HttpServlet.cpp.

- -
-
- -
-
- - - - - - - -
Text HttpSession::GenerateUniqueID ()
-
- -

Definition at line 202 of file HttpServlet.cpp.

- -
-
- -
-
- - - - - - - - -
Text HttpSession::GetAttribute (const char * name)
-
- -

Definition at line 109 of file HttpServlet.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
List<HttpParam>& HttpSession::GetAttributes ()
-
-inline
-
- -

Definition at line 68 of file HttpServlet.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
Text HttpSession::GetID () const
-
-inline
-
- -

Definition at line 63 of file HttpServlet.h.

- -
-
- -
-
- - - - - - - - -
int HttpSession::GetIntAttribute (const char * name)
-
- -

Definition at line 157 of file HttpServlet.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
int HttpSession::GetLastAccess () const
-
-inline
-
- -

Definition at line 65 of file HttpServlet.h.

- -
-
- -
-
- - - - - -
- - - - - - - - -
int HttpSession::operator== (const HttpSessions) const
-
-inline
-
- -

Definition at line 59 of file HttpServlet.h.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void HttpSession::SetAttribute (const char * name,
const char * value 
)
-
- -

Definition at line 123 of file HttpServlet.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - -
void HttpSession::SetID (const char * i)
-
-inline
-
- -

Definition at line 64 of file HttpServlet.h.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void HttpSession::SetIntAttribute (const char * name,
int value 
)
-
- -

Definition at line 173 of file HttpServlet.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
static const char* HttpSession::TYPENAME ()
-
-inlinestatic
-
- -

Definition at line 54 of file HttpServlet.h.

- -
-
-

Member Data Documentation

- -
-
- - - - - -
- - - - -
int HttpSession::access_time
-
-protected
-
- -

Definition at line 80 of file HttpServlet.h.

- -
-
- -
-
- - - - - -
- - - - -
List<HttpParam> HttpSession::attributes
-
-protected
-
- -

Definition at line 81 of file HttpServlet.h.

- -
-
- -
-
- - - - - -
- - - - -
Text HttpSession::id
-
-protected
-
- -

Definition at line 79 of file HttpServlet.h.

- -
-
-
The documentation for this class was generated from the following files: -
-
- - - - -- cgit v1.1