RESTinio
|
A custom socket storage for tls_socket_t. More...
Protected Member Functions | |
template<typename Settings > | |
socket_supplier_t (Settings &settings, asio_ns::io_context &io_context) | |
virtual | ~socket_supplier_t ()=default |
tls_socket_t & | socket (std::size_t idx) |
auto | move_socket (std::size_t idx) |
auto | concurrent_accept_sockets_count () const |
The number of sockets that can be used for cuncurrent accept operations. | |
Private Attributes | |
std::shared_ptr< asio_ns::ssl::context > | m_tls_context |
asio_ns::io_context & | m_io_context |
std::vector< tls_socket_t > | m_sockets |
A custom socket storage for tls_socket_t.
|
inlineprotected |
|
protectedvirtualdefault |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
private |
|
private |
|
private |