|
Electroneum
|
#include <http_protocol_handler.h>


Public Types | |
| typedef t_connection_context | connection_context |
| typedef http_server_config | config_type |
Public Member Functions | |
| 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 () |
| virtual bool | thread_init () |
| virtual bool | thread_deinit () |
| bool | after_init_connection () |
| virtual bool | handle_recv (const void *ptr, size_t cb) |
| virtual bool | handle_request (const http::http_request_info &query_info, http_response_info &response) |
Protected Attributes | |
| i_service_endpoint * | m_psnd_hndlr |
| t_connection_context & | m_conn_context |
Definition at line 66 of file http_protocol_handler.h.
| typedef http_server_config epee::net_utils::http::simple_http_connection_handler< t_connection_context >::config_type |
Definition at line 70 of file http_protocol_handler.h.
| typedef t_connection_context epee::net_utils::http::simple_http_connection_handler< t_connection_context >::connection_context |
Definition at line 69 of file http_protocol_handler.h.
| 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 | ||
| ) |
|
inlinevirtual |
Definition at line 73 of file http_protocol_handler.h.
|
inline |
Definition at line 89 of file http_protocol_handler.h.
|
virtual |
|
virtual |
Reimplemented in epee::net_utils::http::http_custom_handler< t_connection_context >.
|
inline |
Definition at line 75 of file http_protocol_handler.h.
|
inlinevirtual |
Reimplemented in epee::net_utils::http::http_custom_handler< t_connection_context >.
Definition at line 85 of file http_protocol_handler.h.
|
inlinevirtual |
Reimplemented in epee::net_utils::http::http_custom_handler< t_connection_context >.
Definition at line 80 of file http_protocol_handler.h.
|
protected |
Definition at line 147 of file http_protocol_handler.h.
|
protected |
Definition at line 146 of file http_protocol_handler.h.