|
using | context = asio::ssl::context |
|
using | ssl_socket_t = asio::ssl::stream< tcp::socket > |
|
|
| SSLAdaptor (asio::io_service &io_service, context *ctx) |
|
asio::ssl::stream< tcp::socket > & | socket () |
|
tcp::socket::lowest_layer_type & | raw_socket () |
|
tcp::endpoint | remote_endpoint () |
|
bool | is_open () |
|
void | close () |
|
void | shutdown_readwrite () |
|
void | shutdown_write () |
|
void | shutdown_read () |
|
asio::io_service & | get_io_service () |
|
template<typename F > |
void | start (F f) |
|
|
std::unique_ptr< asio::ssl::stream< tcp::socket > > | ssl_socket_ |
|
The documentation for this struct was generated from the following file: