|
RESTinio
|
Factory for connections. More...
#include <connection.hpp>
Public Types | |
| using | logger_t = typename Traits::logger_t |
| using | stream_socket_t = typename Traits::stream_socket_t |
Public Member Functions | |
| connection_factory_t (connection_settings_handle_t< Traits > connection_settings, std::unique_ptr< socket_options_setter_t > socket_options_setter) | |
| auto | create_new_connection (stream_socket_t socket, endpoint_t remote_endpoint) |
Private Attributes | |
| connection_id_t | m_connection_id_counter { 1 } |
| connection_settings_handle_t< Traits > | m_connection_settings |
| std::unique_ptr< socket_options_setter_t > | m_socket_options_setter |
| logger_t & | m_logger |
Factory for connections.
Definition at line 1506 of file connection.hpp.
| using restinio::impl::connection_factory_t< Traits >::logger_t = typename Traits::logger_t |
Definition at line 1509 of file connection.hpp.
| using restinio::impl::connection_factory_t< Traits >::stream_socket_t = typename Traits::stream_socket_t |
Definition at line 1510 of file connection.hpp.
|
inline |
Definition at line 1512 of file connection.hpp.
|
inline |
Definition at line 1521 of file connection.hpp.
|
private |
Definition at line 1553 of file connection.hpp.
|
private |
Definition at line 1555 of file connection.hpp.
|
private |
Definition at line 1559 of file connection.hpp.
|
private |
Definition at line 1557 of file connection.hpp.
1.8.14