Wire Sysio Wire Sysion 1.0.0
|
#include <websocketpp/transport/iostream/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 <algorithm>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | websocketpp::transport::iostream::timer |
class | websocketpp::transport::iostream::connection< config > |
Namespaces | |
namespace | websocketpp |
Namespace for the WebSocket++ project. | |
namespace | websocketpp::transport |
Transport policies provide network connectivity and timers. | |
namespace | websocketpp::transport::iostream |
Transport policy that uses STL iostream for I/O and does not support timers. | |