#include <websocketpp/transport/asio/security/base.hpp>
#include <websocketpp/uri.hpp>
#include <websocketpp/common/asio_ssl.hpp>
#include <websocketpp/common/asio.hpp>
#include <websocketpp/common/connection_hdl.hpp>
#include <websocketpp/common/functional.hpp>
#include <websocketpp/common/memory.hpp>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | websocketpp::transport::asio::tls_socket::connection |
TLS enabled Asio connection socket component. More... | |
class | websocketpp::transport::asio::tls_socket::endpoint |
TLS enabled 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::tls_socket | |
A socket policy for the asio transport that implements a TLS encrypted socket by wrapping with an asio::ssl::stream. | |
Typedefs | |
typedef lib::function< void(connection_hdl, lib::asio::ssl::stream< lib::asio::ip::tcp::socket > &)> | websocketpp::transport::asio::tls_socket::socket_init_handler |
The signature of the socket_init_handler for this socket policy. More... | |
typedef lib::function< lib::shared_ptr< lib::asio::ssl::context >connection_hdl)> | websocketpp::transport::asio::tls_socket::tls_init_handler |
The signature of the tls_init_handler for this socket policy. More... | |