Wire Sysio Wire Sysion 1.0.0
|
Classes | |
struct | transport_config |
Static Public Attributes | |
static const long | timeout_open_handshake = 500 |
Length of time before an opening handshake is aborted. | |
static const long | timeout_close_handshake = 500 |
Length of time before a closing handshake is aborted. | |
static const long | timeout_pong = 500 |
Length of time to wait for a pong after a ping. | |
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. | |
Definition at line 83 of file integration.cpp.
Definition at line 96 of file integration.cpp.
Definition at line 85 of file integration.cpp.
Definition at line 93 of file integration.cpp.
Definition at line 87 of file integration.cpp.
Definition at line 97 of file integration.cpp.
Definition at line 94 of file integration.cpp.
Definition at line 92 of file integration.cpp.
Definition at line 89 of file integration.cpp.
Definition at line 90 of file integration.cpp.
Definition at line 99 of file integration.cpp.
Definition at line 112 of file integration.cpp.
Definition at line 84 of file integration.cpp.
|
static |
Definition at line 120 of file integration.cpp.
|
static |
Definition at line 118 of file integration.cpp.
|
static |
Definition at line 122 of file integration.cpp.