RESTinio
|
An adapter for setting acceptor options before running server. More...
#include <settings.hpp>
Public Member Functions | |
acceptor_options_t (asio_ns::ip::tcp::acceptor &acceptor) | |
template<typename Option > | |
void | set_option (const Option &option) |
API for setting/getting options. | |
template<typename Option > | |
void | set_option (const Option &option, asio_ns::error_code &ec) |
template<typename Option > | |
void | get_option (Option &option) |
template<typename Option > | |
void | get_option (Option &option, asio_ns::error_code &ec) |
Private Attributes | |
asio_ns::ip::tcp::acceptor & | m_acceptor |
An adapter for setting acceptor options before running server.
Class hides an acceptor object and opens only set/get options API. It is used as an argument for a user defined function-object that can set custom options for acceptor.
Definition at line 183 of file settings.hpp.
|
inline |
Definition at line 186 of file settings.hpp.
Definition at line 208 of file settings.hpp.
Definition at line 215 of file settings.hpp.
API for setting/getting options.
Definition at line 194 of file settings.hpp.
|
inline |
Definition at line 201 of file settings.hpp.
|
private |
Definition at line 222 of file settings.hpp.