|
Wire Sysio Wire Sysion 1.0.0
|
#include <boost/test/unit_test.hpp>#include <exception>#include <iostream>#include <websocketpp/common/thread.hpp>#include <websocketpp/transport/asio/endpoint.hpp>#include <websocketpp/transport/asio/security/tls.hpp>#include <websocketpp/concurrency/none.hpp>#include <websocketpp/http/request.hpp>#include <websocketpp/http/response.hpp>#include <websocketpp/logger/stub.hpp>#include <boost/asio.hpp>
Go to the source code of this file.
Classes | |
| struct | config |
| struct | mock_con |
| struct | mock_endpoint |
Macros | |
| #define | BOOST_TEST_MODULE transport_asio_timers |
Typedefs | |
| typedef websocketpp::lib::shared_ptr< boost::asio::ssl::context > | context_ptr |
| typedef websocketpp::transport::asio::connection< config > | con_type |
| typedef websocketpp::lib::shared_ptr< mock_con > | connection_ptr |
Functions | |
| void | run_dummy_server (int port) |
| void | run_test_timer (long value) |
| context_ptr | on_tls_init (websocketpp::connection_hdl) |
| BOOST_AUTO_TEST_CASE (tls_handshake_timeout) | |
| #define BOOST_TEST_MODULE transport_asio_timers |
Definition at line 28 of file timers.cpp.
Definition at line 135 of file timers.cpp.
| typedef websocketpp::lib::shared_ptr<mock_con> connection_ptr |
Definition at line 136 of file timers.cpp.
| typedef websocketpp::lib::shared_ptr<boost::asio::ssl::context> context_ptr |
Definition at line 109 of file timers.cpp.
| BOOST_AUTO_TEST_CASE | ( | tls_handshake_timeout | ) |
Definition at line 177 of file timers.cpp.

| context_ptr on_tls_init | ( | websocketpp::connection_hdl | ) |
Definition at line 110 of file timers.cpp.

| void run_dummy_server | ( | int | port | ) |
Definition at line 53 of file timers.cpp.

| void run_test_timer | ( | long | value | ) |
Definition at line 81 of file timers.cpp.
