#include <websocketpp/uri.hpp>#include <websocketpp/transport/base/connection.hpp>#include <websocketpp/transport/asio/security/base.hpp>#include <websocketpp/common/asio.hpp>#include <websocketpp/common/memory.hpp>#include <sstream>#include <string>

Go to the source code of this file.
Classes | |
| class | websocketpp::transport::asio::basic_socket::connection | 
| Basic Asio connection socket component.  More... | |
| class | websocketpp::transport::asio::basic_socket::endpoint | 
| Basic ASIO endpoint socket component.  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::basic_socket | |
| A socket policy for the asio transport that implements a plain, unencrypted socket.  | |
Typedefs | |
| typedef lib::function< void(connection_hdl, lib::asio::ip::tcp::socket &)> | websocketpp::transport::asio::basic_socket::socket_init_handler | 
| The signature of the socket init handler for this socket policy.  More... | |