====== WARNING ======== This example is presently used as a scratch space. More...
Classes | |
struct | transport_config |
Static Public Attributes | |
static const long | timeout_open_handshake = 0 |
Static Public Attributes inherited from websocketpp::config::debug_core | |
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... | |
====== WARNING ======== This example is presently used as a scratch space.
It may or may not be broken at any given time.
Definition at line 45 of file debug_server.cpp.
typedef debug_custom debug_custom::type |
Definition at line 46 of file debug_server.cpp.
typedef debug_asio debug_custom::base |
Definition at line 47 of file debug_server.cpp.
typedef base::concurrency_type debug_custom::concurrency_type |
Definition at line 49 of file debug_server.cpp.
typedef base::request_type debug_custom::request_type |
Definition at line 51 of file debug_server.cpp.
typedef base::response_type debug_custom::response_type |
Definition at line 52 of file debug_server.cpp.
typedef base::message_type debug_custom::message_type |
Definition at line 54 of file debug_server.cpp.
typedef base::con_msg_manager_type debug_custom::con_msg_manager_type |
Definition at line 55 of file debug_server.cpp.
typedef base::endpoint_msg_manager_type debug_custom::endpoint_msg_manager_type |
Definition at line 56 of file debug_server.cpp.
typedef base::alog_type debug_custom::alog_type |
Custom Logging policies.
Definition at line 64 of file debug_server.cpp.
typedef base::elog_type debug_custom::elog_type |
Definition at line 65 of file debug_server.cpp.
typedef base::rng_type debug_custom::rng_type |
Definition at line 67 of file debug_server.cpp.
Definition at line 80 of file debug_server.cpp.
|
static |
Definition at line 82 of file debug_server.cpp.