Basic ASIO endpoint socket component. More...
#include <none.hpp>
Public Types | |
typedef endpoint | type |
The type of this endpoint socket component. More... | |
typedef connection | socket_con_type |
The type of the corresponding connection socket component. More... | |
typedef socket_con_type::ptr | socket_con_ptr |
The type of a shared pointer to the corresponding connection socket component. More... | |
Public Member Functions | |
endpoint () | |
bool | is_secure () const |
Checks whether the endpoint creates secure connections. More... | |
void | set_socket_init_handler (socket_init_handler h) |
Set socket init handler. More... | |
Protected Member Functions | |
lib::error_code | init (socket_con_ptr scon) |
Initialize a connection. More... | |
Basic ASIO endpoint socket component.
transport::asio::basic_socket::endpoint implements an endpoint socket component that uses Boost ASIO's ip::tcp::socket.
|
inlineexplicit |
|
inline |
|
inline |
|
inlineprotected |