Wire Sysio Wire Sysion 1.0.0
|
Classes | |
struct | transport_config |
Static Public Attributes | |
static const long | timeout_open_handshake = 0 |
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 |
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 62 of file http_plugin.cpp.
websocketpp::log::stub sysio::detail::asio_with_stub_log< T >::alog_type |
Definition at line 76 of file http_plugin.cpp.
asio sysio::detail::asio_with_stub_log< T >::base |
Definition at line 64 of file http_plugin.cpp.
base::con_msg_manager_type sysio::detail::asio_with_stub_log< T >::con_msg_manager_type |
Definition at line 72 of file http_plugin.cpp.
base::concurrency_type sysio::detail::asio_with_stub_log< T >::concurrency_type |
Definition at line 66 of file http_plugin.cpp.
websocketpp::log::stub sysio::detail::asio_with_stub_log< T >::elog_type |
Definition at line 75 of file http_plugin.cpp.
base::endpoint_msg_manager_type sysio::detail::asio_with_stub_log< T >::endpoint_msg_manager_type |
Definition at line 73 of file http_plugin.cpp.
base::message_type sysio::detail::asio_with_stub_log< T >::message_type |
Definition at line 71 of file http_plugin.cpp.
base::request_type sysio::detail::asio_with_stub_log< T >::request_type |
Definition at line 68 of file http_plugin.cpp.
base::response_type sysio::detail::asio_with_stub_log< T >::response_type |
Definition at line 69 of file http_plugin.cpp.
base::rng_type sysio::detail::asio_with_stub_log< T >::rng_type |
Definition at line 78 of file http_plugin.cpp.
websocketpp::transport::asio::endpoint<transport_config> sysio::detail::asio_with_stub_log< T >::transport_type |
Definition at line 90 of file http_plugin.cpp.
Definition at line 63 of file http_plugin.cpp.
|
static |
Definition at line 92 of file http_plugin.cpp.