Wire Sysio Wire Sysion 1.0.0
|
Classes | |
struct | permessage_deflate_config |
permessage_compress extension More... | |
struct | transport_config |
Additional Inherited Members | |
Static Public Attributes inherited from websocketpp::config::debug_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 |
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. | |
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. | |
This example is presently used as a scratch space. It may or may not be broken at any given time.
Definition at line 13 of file scratch_server.cpp.
typedef base::alog_type deflate_config::alog_type |
Definition at line 26 of file scratch_server.cpp.
debug_core deflate_config::base |
Definition at line 15 of file scratch_server.cpp.
asio_client deflate_config::base |
Definition at line 36 of file testee_client.cpp.
typedef base::con_msg_manager_type deflate_config::con_msg_manager_type |
Definition at line 23 of file scratch_server.cpp.
typedef base::concurrency_type deflate_config::concurrency_type |
Definition at line 17 of file scratch_server.cpp.
typedef base::elog_type deflate_config::elog_type |
Definition at line 27 of file scratch_server.cpp.
typedef base::endpoint_msg_manager_type deflate_config::endpoint_msg_manager_type |
Definition at line 24 of file scratch_server.cpp.
typedef base::message_type deflate_config::message_type |
Definition at line 22 of file scratch_server.cpp.
typedef websocketpp::extensions::permessage_deflate::enabled< permessage_deflate_config > deflate_config::permessage_deflate_type |
Definition at line 48 of file scratch_server.cpp.
typedef base::request_type deflate_config::request_type |
Definition at line 19 of file scratch_server.cpp.
typedef base::response_type deflate_config::response_type |
Definition at line 20 of file scratch_server.cpp.
typedef base::rng_type deflate_config::rng_type |
Definition at line 29 of file scratch_server.cpp.
Definition at line 42 of file scratch_server.cpp.
typedef deflate_config deflate_config::type |
Definition at line 14 of file scratch_server.cpp.