28 #ifndef WEBSOCKETPP_TRANSPORT_BASE_HPP 29 #define WEBSOCKETPP_TRANSPORT_BASE_HPP 31 #include <websocketpp/common/functional.hpp> 32 #include <websocketpp/common/system_error.hpp> lib::function< void(lib::error_code const &)> accept_handler
The type and signature of the callback passed to the accept method.
lib::weak_ptr< void > connection_hdl
A handle to uniquely identify a connection.
lib::function< void()> dispatch_handler
The type and signature of the callback passed to the dispatch method.
lib::function< void(lib::error_code const &)> connect_handler
The type and signature of the callback passed to the connect method.