#include <ulxr_http_server.h>
Inheritance diagram for ulxr::hidden::MethodHandlerWrapperBase:

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. | |
Definition at line 397 of file ulxr_http_server.h.
| virtual ulxr::hidden::MethodHandlerWrapperBase::~MethodHandlerWrapperBase | ( | ) | [inline, virtual] |
| 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.
| 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 |
Implemented in ulxr::hidden::MethodHandlerWrapper< T >.
1.5.1