|
Electroneum
|
#include <http_protocol_handler.h>


Public Types | |
| typedef custum_handler_config< t_connection_context > | config_type |
Public Types inherited from epee::net_utils::http::simple_http_connection_handler< t_connection_context > | |
| typedef t_connection_context | connection_context |
| typedef http_server_config | config_type |
Public Member Functions | |
| http_custom_handler (i_service_endpoint *psnd_hndlr, config_type &config, t_connection_context &conn_context) | |
| bool | handle_request (const http_request_info &query_info, http_response_info &response) |
| virtual bool | thread_init () |
| virtual bool | thread_deinit () |
| void | handle_qued_callback () |
| bool | after_init_connection () |
Public Member Functions inherited from epee::net_utils::http::simple_http_connection_handler< t_connection_context > | |
| simple_http_connection_handler (i_service_endpoint *psnd_hndlr, config_type &config, t_connection_context &conn_context) | |
| virtual | ~simple_http_connection_handler () |
| bool | release_protocol () |
| bool | after_init_connection () |
| virtual bool | handle_recv (const void *ptr, size_t cb) |
Additional Inherited Members | |
Protected Attributes inherited from epee::net_utils::http::simple_http_connection_handler< t_connection_context > | |
| i_service_endpoint * | m_psnd_hndlr |
| t_connection_context & | m_conn_context |
Definition at line 173 of file http_protocol_handler.h.
| typedef custum_handler_config<t_connection_context> epee::net_utils::http::http_custom_handler< t_connection_context >::config_type |
Definition at line 176 of file http_protocol_handler.h.
|
inline |
Definition at line 178 of file http_protocol_handler.h.
|
inline |
Definition at line 214 of file http_protocol_handler.h.
|
inline |
Definition at line 212 of file http_protocol_handler.h.
|
inlinevirtual |
Reimplemented from epee::net_utils::http::simple_http_connection_handler< t_connection_context >.
Definition at line 183 of file http_protocol_handler.h.

|
inlinevirtual |
Reimplemented from epee::net_utils::http::simple_http_connection_handler< t_connection_context >.
Definition at line 208 of file http_protocol_handler.h.
|
inlinevirtual |
Reimplemented from epee::net_utils::http::simple_http_connection_handler< t_connection_context >.
Definition at line 203 of file http_protocol_handler.h.