|
WebSocket++ 0.8.3-dev
C++ websocket client/server library
|
Client config with asio transport and TLS enabled. More...
#include <asio_client.hpp>
Classes | |
| struct | transport_config |
Additional Inherited Members | |
| Static Public Attributes inherited from websocketpp::config::core_client | |
| 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 |
| 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. | |
Client config with asio transport and TLS enabled.
Definition at line 43 of file asio_client.hpp.
| typedef base::alog_type websocketpp::config::asio_tls_client::alog_type |
Definition at line 56 of file asio_client.hpp.
| typedef core_client websocketpp::config::asio_tls_client::base |
Definition at line 45 of file asio_client.hpp.
| typedef base::con_msg_manager_type websocketpp::config::asio_tls_client::con_msg_manager_type |
Definition at line 53 of file asio_client.hpp.
| typedef base::concurrency_type websocketpp::config::asio_tls_client::concurrency_type |
Definition at line 47 of file asio_client.hpp.
| typedef base::elog_type websocketpp::config::asio_tls_client::elog_type |
Definition at line 57 of file asio_client.hpp.
| typedef base::endpoint_msg_manager_type websocketpp::config::asio_tls_client::endpoint_msg_manager_type |
Definition at line 54 of file asio_client.hpp.
| typedef base::message_type websocketpp::config::asio_tls_client::message_type |
Definition at line 52 of file asio_client.hpp.
| typedef base::request_type websocketpp::config::asio_tls_client::request_type |
Definition at line 49 of file asio_client.hpp.
| typedef base::response_type websocketpp::config::asio_tls_client::response_type |
Definition at line 50 of file asio_client.hpp.
| typedef base::rng_type websocketpp::config::asio_tls_client::rng_type |
Definition at line 59 of file asio_client.hpp.
| typedef websocketpp::transport::asio::endpoint<transport_config> websocketpp::config::asio_tls_client::transport_type |
Definition at line 71 of file asio_client.hpp.
| typedef asio_tls_client websocketpp::config::asio_tls_client::type |
Definition at line 44 of file asio_client.hpp.