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

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 Documentation

◆ shutdown_handler

typedef lib::function<void(lib::asio::error_code const &)> websocketpp::transport::asio::socket::shutdown_handler

Definition at line 67 of file base.hpp.

◆ init_handler

typedef lib::function<void(const lib::error_code&)> websocketpp::transport::asio::socket::init_handler

Type of asio transport socket policy initialization handlers.

Definition at line 152 of file base.hpp.

Function Documentation

◆ get_socket_category()

lib::error_category const& websocketpp::transport::asio::socket::get_socket_category ( )
inline

Definition at line 142 of file base.hpp.

Referenced by make_error_code().

◆ make_error_code()