From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_http_servlet.html | 461 +++++++++++++++++++++++++++++++ 1 file changed, 461 insertions(+) create mode 100644 Doc/doxygen/html/class_http_servlet.html (limited to 'Doc/doxygen/html/class_http_servlet.html') diff --git a/Doc/doxygen/html/class_http_servlet.html b/Doc/doxygen/html/class_http_servlet.html new file mode 100644 index 0000000..6e87826 --- /dev/null +++ b/Doc/doxygen/html/class_http_servlet.html @@ -0,0 +1,461 @@ + + + + + +Starshatter_Open: HttpServlet Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <HttpServlet.h>

+
+Inheritance diagram for HttpServlet:
+
+
+ + +HttpTestServlet +NetAdminServlet +NetAdminBanUser +NetAdminChat +NetAdminFile +NetAdminLogin +NetAdminServerMgr +NetAdminUserList +NetFileServlet +NetWebServlet + +
+ +

List of all members.

+ + + + + + + + + + +

+Public Member Functions

 HttpServlet ()
virtual ~HttpServlet ()
virtual bool Service (HttpRequest &request, HttpResponse &response)
virtual bool DoGet (HttpRequest &request, HttpResponse &response)
virtual bool DoPost (HttpRequest &request, HttpResponse &response)
virtual bool DoHead (HttpRequest &request, HttpResponse &response)
virtual HttpSessionGetSession ()
virtual void SetSession (HttpSession *s)
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + +

+Protected Attributes

HttpSessionsession
+

Detailed Description

+
+

Definition at line 28 of file HttpServlet.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
HttpServlet::HttpServlet ()
+
+ +

Definition at line 26 of file HttpServlet.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
HttpServlet::~HttpServlet ()
+
+virtual
+
+ +

Definition at line 30 of file HttpServlet.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool HttpServlet::DoGet (HttpRequestrequest,
HttpResponseresponse 
)
+
+virtual
+
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool HttpServlet::DoHead (HttpRequestrequest,
HttpResponseresponse 
)
+
+virtual
+
+ +

Definition at line 75 of file HttpServlet.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool HttpServlet::DoPost (HttpRequestrequest,
HttpResponseresponse 
)
+
+virtual
+
+ +

Definition at line 69 of file HttpServlet.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual HttpSession* HttpServlet::GetSession ()
+
+inlinevirtual
+
+ +

Definition at line 42 of file HttpServlet.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
bool HttpServlet::Service (HttpRequestrequest,
HttpResponseresponse 
)
+
+virtual
+
+ +

Definition at line 36 of file HttpServlet.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void HttpServlet::SetSession (HttpSessions)
+
+inlinevirtual
+
+ +

Definition at line 43 of file HttpServlet.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* HttpServlet::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 31 of file HttpServlet.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
HttpSession* HttpServlet::session
+
+protected
+
+ +

Definition at line 46 of file HttpServlet.h.

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