Namespaces | |
error | |
The transport::asio::socket::* classes are a set of security/socket related policies and support code for the ASIO transport types. | |
Classes | |
class | socket_category |
Error category related to asio transport socket policies. More... | |
Typedefs | |
typedef lib::function< void(lib::asio::error_code const &)> | shutdown_handler |
typedef lib::function< void(const lib::error_code &)> | init_handler |
Type of asio transport socket policy initialization handlers. More... | |
Functions | |
lib::error_category const & | get_socket_category () |
lib::error_code | make_error_code (error::value e) |
typedef lib::function<void(lib::asio::error_code const &)> websocketpp::transport::asio::socket::shutdown_handler |
typedef lib::function<void(const lib::error_code&)> websocketpp::transport::asio::socket::init_handler |
|
inline |
Definition at line 142 of file base.hpp.
Referenced by make_error_code().
|
inline |
Definition at line 147 of file base.hpp.
References get_socket_category().
Referenced by websocketpp::transport::asio::tls_socket::connection::handle_init(), mock_con::handle_start(), websocketpp::transport::asio::basic_socket::connection::init_asio(), websocketpp::transport::asio::tls_socket::connection::init_asio(), websocketpp::transport::asio::tls_socket::connection::post_init(), websocketpp::transport::asio::basic_socket::connection::pre_init(), and websocketpp::transport::asio::tls_socket::connection::pre_init().