#include <websocketpp/common/asio.hpp>
#include <websocketpp/common/memory.hpp>
#include <websocketpp/common/functional.hpp>
#include <websocketpp/common/system_error.hpp>
#include <websocketpp/common/cpp11.hpp>
#include <websocketpp/common/connection_hdl.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | websocketpp::transport::asio::socket::socket_category |
Error category related to asio transport socket policies. More... | |
Namespaces | |
websocketpp | |
Namespace for the WebSocket++ project. | |
websocketpp::transport | |
Transport policies provide network connectivity and timers. | |
websocketpp::transport::asio | |
Transport policy that uses asio. | |
websocketpp::transport::asio::socket | |
websocketpp::transport::asio::socket::error | |
The transport::asio::socket::* classes are a set of security/socket related policies and support code for the ASIO transport types. | |
Typedefs | |
typedef lib::function< void(lib::asio::error_code const &)> | websocketpp::transport::asio::socket::shutdown_handler |
typedef lib::function< void(const lib::error_code &)> | websocketpp::transport::asio::socket::init_handler |
Type of asio transport socket policy initialization handlers. More... | |
Functions | |
lib::error_category const & | websocketpp::transport::asio::socket::get_socket_category () |
lib::error_code | websocketpp::transport::asio::socket::make_error_code (error::value e) |