Go to the source code of this file.
Namespaces | |
websocketpp | |
Namespace for the WebSocket++ project. | |
websocketpp::transport | |
Transport policies provide network connectivity and timers. | |
Typedefs | |
typedef lib::function< void(lib::error_code const &)> | websocketpp::transport::accept_handler |
The type and signature of the callback passed to the accept method. More... | |
typedef lib::function< void(lib::error_code const &)> | websocketpp::transport::connect_handler |
The type and signature of the callback passed to the connect method. More... | |