ulxr::hidden Namespace Reference


Classes

class  SubResourceBase
 Interface class to forward a call to a resource handler. More...
class  SubResource
 Helper class to forward a call to a resource handler. More...
class  MethodHandlerWrapperBase
 Internal helper class, not intended for public use. More...
class  MethodHandlerWrapper
 Internal helper class template, not intended for public use. More...
class  MethodWrapperBase
 Internal helper class, not intended for public use. More...
class  MethodWrapper
 Internal helper class template, not intended for public use. More...
class  ReceiverWrapperBase
 Internal helper class, not intended for public use. More...
class  ReceiverWrapper
 Internal helper class template, not intended for public use. More...
class  Receiver_t
 Wrapper class for the receiver types. More...

Typedefs

typedef bool(*) StaticMethodHandler (HttpProtocol *prot, const CppString &method, const CppString &resource, const Cpp8BitString &conn_data)
 
Parameters:
prot pointer to the according server

typedef MethodHandlerWrapperBaseDynamicMethodHandler
typedef void(*) StaticReceiver_t (const MethodResponse &)
typedef ReceiverWrapperBaseDynamicReceiver_t


Typedef Documentation

typedef MethodHandlerWrapperBase* ulxr::hidden::DynamicMethodHandler

Definition at line 493 of file ulxr_http_server.h.

typedef ReceiverWrapperBase* ulxr::hidden::DynamicReceiver_t

Definition at line 101 of file ulxr_requester.h.

typedef bool(*) ulxr::hidden::StaticMethodHandler(HttpProtocol *prot, const CppString &method, const CppString &resource, const Cpp8BitString &conn_data)

Parameters:
prot pointer to the according server

Parameters:
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.

Definition at line 488 of file ulxr_http_server.h.

typedef void(*) ulxr::hidden::StaticReceiver_t(const MethodResponse &)

Definition at line 99 of file ulxr_requester.h.


Generated on Sun Aug 19 20:09:14 2007 for ulxmlrpcpp by  doxygen 1.5.1