|
WebSocket++ 0.8.3-dev
C++ websocket client/server library
|
Server config with asio transport and TLS enabled. More...
#include <asio.hpp>
Classes | |
| struct | transport_config |
Additional Inherited Members | |
| Static Public Attributes inherited from websocketpp::config::core | |
| static bool const | enable_multithreading = true |
| static const long | timeout_open_handshake = 5000 |
| Default timer values (in ms). | |
| static const long | timeout_close_handshake = 5000 |
| Length of time before a closing handshake is aborted. | |
| static const long | timeout_pong = 5000 |
| Length of time to wait for a pong after a ping. | |
| static const int | client_version = 13 |
| WebSocket Protocol version to use as a client. | |
| static const websocketpp::log::level | elog_level |
| Default static error logging channels. | |
| static const websocketpp::log::level | alog_level |
| Default static access logging channels. | |
| static const size_t | connection_read_buffer_size = 16384 |
| Size of the per-connection read buffer. | |
| static const bool | drop_on_protocol_error = false |
| Drop connections immediately on protocol error. | |
| static const bool | silent_close = false |
| Suppresses the return of detailed connection close information. | |
| static const size_t | max_message_size = 32000000 |
| Default maximum message size. | |
| static const size_t | max_http_body_size = 32000000 |
| Default maximum http body size. | |
| static const bool | enable_extensions = true |
| Global flag for enabling/disabling extensions. | |
| typedef base::alog_type websocketpp::config::asio_tls::alog_type |
| typedef base::con_msg_manager_type websocketpp::config::asio_tls::con_msg_manager_type |
| typedef base::concurrency_type websocketpp::config::asio_tls::concurrency_type |
| typedef base::elog_type websocketpp::config::asio_tls::elog_type |
| typedef base::endpoint_msg_manager_type websocketpp::config::asio_tls::endpoint_msg_manager_type |
| typedef base::message_type websocketpp::config::asio_tls::message_type |
| typedef base::request_type websocketpp::config::asio_tls::request_type |
| typedef base::response_type websocketpp::config::asio_tls::response_type |
| typedef base::rng_type websocketpp::config::asio_tls::rng_type |
| typedef websocketpp::transport::asio::endpoint<transport_config> websocketpp::config::asio_tls::transport_type |