Classes | |
struct | transport_config |
Static Public Attributes | |
static const bool | enable_multithreading = true |
static const long | timeout_socket_pre_init = 1000 |
static const long | timeout_proxy = 1000 |
static const long | timeout_socket_post_init = 1000 |
static const long | timeout_dns_resolve = 1000 |
static const long | timeout_connect = 1000 |
static const long | timeout_socket_shutdown = 1000 |
static const long | timeout_open_handshake = 500 |
Length of time before an opening handshake is aborted. More... | |
static const long | timeout_close_handshake = 500 |
Length of time before a closing handshake is aborted. More... | |
static const long | timeout_pong = 500 |
Length of time to wait for a pong after a ping. More... | |
Static Public Attributes inherited from websocketpp::config::core_client | |
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 |
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 42 of file permessage_deflate.cpp.
Definition at line 39 of file extension_permessage_compress.cpp.
Definition at line 90 of file timers.cpp.
Definition at line 92 of file timers.cpp.
Definition at line 93 of file timers.cpp.
Definition at line 94 of file timers.cpp.
Definition at line 95 of file timers.cpp.
Definition at line 96 of file timers.cpp.
typedef config config::type |
Definition at line 42 of file integration.cpp.
Definition at line 43 of file integration.cpp.
Definition at line 45 of file integration.cpp.
Definition at line 47 of file integration.cpp.
Definition at line 48 of file integration.cpp.
Definition at line 50 of file integration.cpp.
Definition at line 51 of file integration.cpp.
Definition at line 52 of file integration.cpp.
typedef base::alog_type config::alog_type |
Definition at line 54 of file integration.cpp.
typedef base::elog_type config::elog_type |
Definition at line 55 of file integration.cpp.
typedef base::rng_type config::rng_type |
Definition at line 57 of file integration.cpp.
Definition at line 70 of file integration.cpp.
Definition at line 45 of file connection.cpp.
Definition at line 47 of file connection.cpp.
Definition at line 49 of file connection.cpp.
|
static |
Definition at line 98 of file timers.cpp.
Referenced by websocketpp::transport::asio::endpoint< config >::async_accept(), websocketpp::transport::asio::endpoint< config >::async_connect(), websocketpp::transport::asio::connection< config >::async_read_at_least(), websocketpp::transport::asio::connection< config >::async_write(), websocketpp::transport::asio::connection< config >::dispatch(), websocketpp::transport::asio::endpoint< config >::handle_resolve(), websocketpp::transport::asio::connection< config >::init_asio(), websocketpp::transport::asio::connection< config >::interrupt(), websocketpp::transport::asio::connection< config >::proxy_read(), websocketpp::transport::asio::connection< config >::proxy_write(), and websocketpp::transport::asio::connection< config >::set_timer().
|
static |
Definition at line 100 of file timers.cpp.
|
static |
Definition at line 101 of file timers.cpp.
Referenced by websocketpp::transport::asio::connection< config >::cancel_socket_checked().
|
static |
Definition at line 102 of file timers.cpp.
Referenced by websocketpp::transport::asio::connection< config >::post_init().
|
static |
Definition at line 103 of file timers.cpp.
Referenced by websocketpp::transport::asio::endpoint< config >::async_connect().
|
static |
Definition at line 104 of file timers.cpp.
Referenced by websocketpp::transport::asio::endpoint< config >::handle_resolve().
|
static |
Definition at line 105 of file timers.cpp.
Referenced by websocketpp::transport::asio::connection< config >::async_shutdown().
|
static |
Length of time before an opening handshake is aborted.
Definition at line 76 of file integration.cpp.
Referenced by websocketpp::endpoint< connection< websocketpp::config::asio >, websocketpp::config::asio >::create_connection().
|
static |
Length of time before a closing handshake is aborted.
Definition at line 78 of file integration.cpp.
Referenced by websocketpp::endpoint< connection< websocketpp::config::asio >, websocketpp::config::asio >::create_connection().
|
static |
Length of time to wait for a pong after a ping.
Definition at line 80 of file integration.cpp.
Referenced by websocketpp::endpoint< connection< websocketpp::config::asio >, websocketpp::config::asio >::create_connection().