Electroneum
epee::net_utils::http::i_http_server_handler< t_connection_context > Struct Template Referenceabstract

#include <http_protocol_handler.h>

Inheritance diagram for epee::net_utils::http::i_http_server_handler< t_connection_context >:

Public Member Functions

virtual ~i_http_server_handler ()
 
virtual bool handle_http_request (const http_request_info &query_info, http_response_info &response, t_connection_context &m_conn_context)=0
 
virtual bool init_server_thread ()
 
virtual bool deinit_server_thread ()
 

Detailed Description

template<class t_connection_context>
struct epee::net_utils::http::i_http_server_handler< t_connection_context >

Definition at line 151 of file http_protocol_handler.h.

Constructor & Destructor Documentation

◆ ~i_http_server_handler()

template<class t_connection_context>
virtual epee::net_utils::http::i_http_server_handler< t_connection_context >::~i_http_server_handler ( )
inlinevirtual

Definition at line 153 of file http_protocol_handler.h.

153 {}

Member Function Documentation

◆ deinit_server_thread()

template<class t_connection_context>
virtual bool epee::net_utils::http::i_http_server_handler< t_connection_context >::deinit_server_thread ( )
inlinevirtual

Definition at line 158 of file http_protocol_handler.h.

158 {return true;}

◆ handle_http_request()

template<class t_connection_context>
virtual bool epee::net_utils::http::i_http_server_handler< t_connection_context >::handle_http_request ( const http_request_info query_info,
http_response_info response,
t_connection_context &  m_conn_context 
)
pure virtual

◆ init_server_thread()

template<class t_connection_context>
virtual bool epee::net_utils::http::i_http_server_handler< t_connection_context >::init_server_thread ( )
inlinevirtual

Definition at line 157 of file http_protocol_handler.h.

157 {return true;}

The documentation for this struct was generated from the following file: