ulxr::hidden::MethodHandlerWrapperBase Class Reference

Internal helper class, not intended for public use. More...

#include <ulxr_http_server.h>

Inheritance diagram for ulxr::hidden::MethodHandlerWrapperBase:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~MethodHandlerWrapperBase ()
 Destroys wrapper.
virtual bool handle (HttpProtocol *prot, const CppString &method, const CppString &resource, const Cpp8BitString &conn_data) const=0
 Forwards the call to the according handler method.

Detailed Description

Internal helper class, not intended for public use.

Definition at line 397 of file ulxr_http_server.h.


Constructor & Destructor Documentation

virtual ulxr::hidden::MethodHandlerWrapperBase::~MethodHandlerWrapperBase (  )  [inline, virtual]

Destroys wrapper.

Definition at line 404 of file ulxr_http_server.h.


Member Function Documentation

virtual bool ulxr::hidden::MethodHandlerWrapperBase::handle ( HttpProtocol prot,
const CppString method,
const CppString resource,
const Cpp8BitString conn_data 
) const [pure virtual]

Forwards the call to the according handler method.

Parameters:
prot pointer to the according connection
method the method in use
resource name of the resource
conn_data already received chunk of the message body. Needed for the methods PUT or POST
Returns:
true: request was handled. false: try next handler.

Implemented in ulxr::hidden::MethodHandlerWrapper< T >.


The documentation for this class was generated from the following file:
Generated on Sun Aug 19 20:09:15 2007 for ulxmlrpcpp by  doxygen 1.5.1