Wire Sysio Wire Sysion 1.0.0
|
#include <boost/test/unit_test.hpp>
#include "connection_tu2.hpp"
#include <websocketpp/transport/debug/endpoint.hpp>
Go to the source code of this file.
Classes | |
struct | connection_extension |
struct | stub_config |
struct | debug_config_client |
struct | debug_config_client::transport_config |
struct | connection_setup |
Macros | |
#define | BOOST_TEST_MODULE connection |
Typedefs | |
typedef websocketpp::client< debug_config_client > | debug_client |
typedef websocketpp::server< debug_config_client > | debug_server |
#define BOOST_TEST_MODULE connection |
Definition at line 28 of file connection.cpp.
Definition at line 144 of file connection.cpp.
Definition at line 145 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | basic_client_websocket | ) |
Definition at line 301 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | basic_http_request | ) |
Definition at line 41 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | basic_websocket_request | ) |
Definition at line 216 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | client_handshake_timeout_race1 | ) |
Definition at line 451 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | client_handshake_timeout_race2 | ) |
Definition at line 473 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | connection_extensions | ) |
Definition at line 207 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | deferred_http_request | ) |
Definition at line 240 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | http_request | ) |
Definition at line 228 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | request_no_server_header | ) |
Definition at line 278 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | request_no_server_header_override | ) |
Definition at line 289 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | server_handshake_timeout_race1 | ) |
Definition at line 498 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | server_handshake_timeout_race2 | ) |
Definition at line 513 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | set_max_message_size | ) |
Definition at line 325 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | websocket_fail_invalid_version | ) |
Definition at line 360 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | websocket_fail_parse_error | ) |
Definition at line 348 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | websocket_fail_unsupported_version | ) |
Definition at line 372 of file connection.cpp.
BOOST_AUTO_TEST_CASE | ( | websocket_fail_upgrade_required | ) |
Definition at line 410 of file connection.cpp.
void check_on_fail | ( | server * | s, |
websocketpp::lib::error_code | ec, | ||
bool & | called, | ||
websocketpp::connection_hdl | hdl ) |
Definition at line 184 of file connection.cpp.
void defer_http_func | ( | server * | s, |
bool * | deferred, | ||
websocketpp::connection_hdl | hdl ) |
Definition at line 175 of file connection.cpp.
void fail_on_http | ( | websocketpp::connection_hdl | ) |
Definition at line 203 of file connection.cpp.
void fail_on_open | ( | websocketpp::connection_hdl | ) |
Definition at line 200 of file connection.cpp.
void http_func | ( | server * | s, |
websocketpp::connection_hdl | hdl ) |
Definition at line 161 of file connection.cpp.
void on_open_print | ( | server * | s, |
websocketpp::connection_hdl | hdl ) |
Definition at line 193 of file connection.cpp.
void validate_func | ( | server * | s, |
websocketpp::connection_hdl | hdl, | ||
message_ptr | msg ) |
bool validate_set_ua | ( | server * | s, |
websocketpp::connection_hdl | hdl ) |
Definition at line 155 of file connection.cpp.