#include <websocketpp/transport/debug/base.hpp>#include <websocketpp/transport/base/connection.hpp>#include <websocketpp/uri.hpp>#include <websocketpp/logger/levels.hpp>#include <websocketpp/common/connection_hdl.hpp>#include <websocketpp/common/memory.hpp>#include <websocketpp/common/platforms.hpp>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | websocketpp::transport::debug::timer | 
| Empty timer class to stub out for timer functionality that stub transport doesn't support.  More... | |
| class | websocketpp::transport::debug::connection< config > | 
Namespaces | |
| websocketpp | |
| Namespace for the WebSocket++ project.  | |
| websocketpp::transport | |
| Transport policies provide network connectivity and timers.  | |
| websocketpp::transport::debug | |
| Debug transport policy that is used for various mocking and stubbing duties in unit tests.  | |