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) | |||
| ||||
| typedef MethodHandlerWrapperBase * | DynamicMethodHandler | |||
| typedef void(*) | StaticReceiver_t (const MethodResponse &) | |||
| typedef ReceiverWrapperBase * | DynamicReceiver_t | |||
Definition at line 493 of file ulxr_http_server.h.
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) |
| prot | pointer to the according server |
| 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 |
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.
1.5.1