identt
Public Member Functions | Public Attributes | List of all members
identt::http::HttpServerBase< socket_type >::Connection Class Reference
Inheritance diagram for identt::http::HttpServerBase< socket_type >::Connection:

Public Member Functions

template<typename... Args>
 Connection (std::shared_ptr< ScopeRunner > handler_runner_, Args &&... args) noexcept
 
void close () noexcept
 
void set_timeout (long seconds) noexcept
 
void cancel_timeout () noexcept
 

Public Attributes

std::shared_ptr< ScopeRunnerhandler_runner
 
std::unique_ptr< socket_type > socket
 
std::unique_ptr< asio::steady_timer > timer
 

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