Public Types | |
typedef core::concurrency_type | concurrency_type |
typedef core::elog_type | elog_type |
typedef core::alog_type | alog_type |
typedef core::request_type | request_type |
typedef core::response_type | response_type |
Public Types inherited from websocketpp::config::asio::transport_config | |
typedef type::concurrency_type | concurrency_type |
typedef type::alog_type | alog_type |
typedef type::elog_type | elog_type |
typedef type::request_type | request_type |
typedef type::response_type | response_type |
typedef websocketpp::transport::asio::basic_socket::endpoint | socket_type |
Public Types inherited from websocketpp::config::core::transport_config | |
typedef type::concurrency_type | concurrency_type |
typedef type::elog_type | elog_type |
typedef type::alog_type | alog_type |
typedef type::request_type | request_type |
typedef type::response_type | response_type |
Static Public Attributes | |
static bool const | enable_multithreading = true |
Static Public Attributes inherited from websocketpp::config::core::transport_config | |
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_socket_pre_init = 5000 |
Default timer values (in ms) More... | |
static const long | timeout_proxy = 5000 |
Length of time to wait before a proxy handshake is aborted. More... | |
static const long | timeout_socket_post_init = 5000 |
Length of time to wait for socket post-initialization. More... | |
static const long | timeout_dns_resolve = 5000 |
Length of time to wait for dns resolution. More... | |
static const long | timeout_connect = 5000 |
Length of time to wait for TCP connect. More... | |
static const long | timeout_socket_shutdown = 5000 |
Length of time to wait for socket shutdown. More... | |
Definition at line 51 of file testee_server.cpp.
Definition at line 52 of file testee_server.cpp.
Definition at line 53 of file testee_server.cpp.
Definition at line 54 of file testee_server.cpp.
Definition at line 55 of file testee_server.cpp.
Definition at line 56 of file testee_server.cpp.
|
static |
Definition at line 58 of file testee_server.cpp.