Classes | |
struct | transport_config |
Static Public Attributes | |
static const websocketpp::log::level | elog_level = websocketpp::log::elevel::none |
static const websocketpp::log::level | alog_level = websocketpp::log::alevel::none |
Static Public Attributes inherited from websocketpp::config::core | |
static bool const | enable_multithreading = true |
Controls compile time enabling/disabling of thread syncronization code Disabling can provide a minor performance improvement to single threaded applications. More... | |
static const long | timeout_open_handshake = 5000 |
Default timer values (in ms) More... | |
static const long | timeout_close_handshake = 5000 |
Length of time before a closing handshake is aborted. More... | |
static const long | timeout_pong = 5000 |
Length of time to wait for a pong after a ping. More... | |
static const int | client_version = 13 |
WebSocket Protocol version to use as a client. More... | |
static const websocketpp::log::level | elog_level |
Default static error logging channels. More... | |
static const websocketpp::log::level | alog_level |
Default static access logging channels. More... | |
static const size_t | connection_read_buffer_size = 16384 |
Size of the per-connection read buffer. More... | |
static const bool | drop_on_protocol_error = false |
Drop connections immediately on protocol error. More... | |
static const bool | silent_close = false |
Suppresses the return of detailed connection close information. More... | |
static const size_t | max_message_size = 32000000 |
Default maximum message size. More... | |
static const size_t | max_http_body_size = 32000000 |
Default maximum http body size. More... | |
static const bool | enable_extensions = true |
Global flag for enabling/disabling extensions. More... | |
Definition at line 86 of file connection.cpp.
Definition at line 87 of file connection.cpp.
typedef core::concurrency_type debug_config_client::concurrency_type |
Definition at line 89 of file connection.cpp.
typedef core::request_type debug_config_client::request_type |
Definition at line 91 of file connection.cpp.
typedef core::response_type debug_config_client::response_type |
Definition at line 92 of file connection.cpp.
typedef core::message_type debug_config_client::message_type |
Definition at line 94 of file connection.cpp.
typedef core::con_msg_manager_type debug_config_client::con_msg_manager_type |
Definition at line 95 of file connection.cpp.
typedef core::endpoint_msg_manager_type debug_config_client::endpoint_msg_manager_type |
Definition at line 96 of file connection.cpp.
typedef core::alog_type debug_config_client::alog_type |
Definition at line 98 of file connection.cpp.
typedef core::elog_type debug_config_client::elog_type |
Definition at line 99 of file connection.cpp.
typedef websocketpp::random::none::int_generator<uint32_t> debug_config_client::rng_type |
Definition at line 101 of file connection.cpp.
typedef websocketpp::transport::debug::endpoint<transport_config> debug_config_client::transport_type |
Transport Endpoint Component.
Definition at line 125 of file connection.cpp.
typedef core::endpoint_base debug_config_client::endpoint_base |
Definition at line 127 of file connection.cpp.
Definition at line 128 of file connection.cpp.
|
static |
Definition at line 130 of file connection.cpp.
|
static |
Definition at line 131 of file connection.cpp.