NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
websocketpp::transport::asio::tls_socket Namespace Reference

A socket policy for the asio transport that implements a TLS encrypted socket by wrapping with an asio::ssl::stream. More...

Classes

class  connection
 TLS enabled Asio connection socket component. More...
 
class  endpoint
 TLS enabled Asio endpoint socket component. More...
 

Typedefs

typedef lib::function< void(connection_hdl, lib::asio::ssl::stream< lib::asio::ip::tcp::socket > &)> socket_init_handler
 The signature of the socket_init_handler for this socket policy. More...
 
typedef lib::function< lib::shared_ptr< lib::asio::ssl::context >connection_hdl)> tls_init_handler
 The signature of the tls_init_handler for this socket policy. More...
 

Detailed Description

A socket policy for the asio transport that implements a TLS encrypted socket by wrapping with an asio::ssl::stream.

Typedef Documentation

typedef lib::function<void(connection_hdl,lib::asio::ssl::stream< lib::asio::ip::tcp::socket>&)> websocketpp::transport::asio::tls_socket::socket_init_handler

The signature of the socket_init_handler for this socket policy.

Definition at line 53 of file tls.hpp.

typedef lib::function<lib::shared_ptr<lib::asio::ssl::context>connection_hdl)> websocketpp::transport::asio::tls_socket::tls_init_handler

The signature of the tls_init_handler for this socket policy.

Definition at line 56 of file tls.hpp.