#include <websocketpp/transport/stub/base.hpp>
#include <websocketpp/transport/base/connection.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::stub::timer |
Empty timer class to stub out for timer functionality that stub transport doesn't support. More... | |
class | websocketpp::transport::stub::connection< config > |
Namespaces | |
websocketpp | |
Namespace for the WebSocket++ project. | |
websocketpp::transport | |
Transport policies provide network connectivity and timers. | |
websocketpp::transport::stub | |
Stub transport policy that has no input or output. | |