Electroneum
Loading...
Searching...
No Matches
epee::net_utils::http::i_http_server_handler< t_connection_context > Struct Template Referenceabstract

#include <http_protocol_handler.h>

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:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/contrib/epee/include/net/http_protocol_handler.h