#include <websocketpp/common/cpp11.hpp>#include <websocketpp/common/connection_hdl.hpp>#include <websocketpp/common/functional.hpp>#include <websocketpp/common/system_error.hpp>#include <string>

Go to the source code of this file.
Classes | |
| struct | websocketpp::transport::buffer | 
| A simple utility buffer class.  More... | |
| class | websocketpp::transport::error::category | 
| struct | is_error_code_enum< websocketpp::transport::error::value > | 
Namespaces | |
| websocketpp | |
| Namespace for the WebSocket++ project.  | |
| websocketpp::transport | |
| Transport policies provide network connectivity and timers.  | |
| websocketpp::transport::error | |
| Generic transport related errors.  | |
Typedefs | |
| typedef lib::function< void(lib::error_code const &)> | websocketpp::transport::init_handler | 
| The type and signature of the callback passed to the init hook.  More... | |
| typedef lib::function< void(lib::error_code const &, size_t)> | websocketpp::transport::read_handler | 
| The type and signature of the callback passed to the read method.  More... | |
| typedef lib::function< void(lib::error_code const &)> | websocketpp::transport::write_handler | 
| The type and signature of the callback passed to the write method.  More... | |
| typedef lib::function< void(lib::error_code const &)> | websocketpp::transport::timer_handler | 
| The type and signature of the callback passed to the read method.  More... | |
| typedef lib::function< void(lib::error_code const &)> | websocketpp::transport::shutdown_handler | 
| The type and signature of the callback passed to the shutdown method.  More... | |
| typedef lib::function< void()> | websocketpp::transport::interrupt_handler | 
| The type and signature of the callback passed to the interrupt method.  More... | |
| typedef lib::function< void()> | websocketpp::transport::dispatch_handler | 
| The type and signature of the callback passed to the dispatch method.  More... | |
Functions | |
| lib::error_category const & | websocketpp::transport::error::get_category () | 
| lib::error_code | websocketpp::transport::error::make_error_code (error::value e) |