Wire Sysio Wire Sysion 1.0.0
|
#include <websocketpp/close.hpp>
#include <websocketpp/error.hpp>
#include <websocketpp/frame.hpp>
#include <websocketpp/logger/levels.hpp>
#include <websocketpp/processors/processor.hpp>
#include <websocketpp/transport/base/connection.hpp>
#include <websocketpp/http/constants.hpp>
#include <websocketpp/common/connection_hdl.hpp>
#include <websocketpp/common/cpp11.hpp>
#include <websocketpp/common/functional.hpp>
#include <queue>
#include <sstream>
#include <string>
#include <vector>
#include <websocketpp/impl/connection_impl.hpp>
Go to the source code of this file.
Classes | |
class | websocketpp::connection< config > |
Represents an individual WebSocket connection. More... | |
Namespaces | |
namespace | websocketpp |
Namespace for the WebSocket++ project. | |
namespace | websocketpp::session |
namespace | websocketpp::session::state |
namespace | websocketpp::session::fail |
namespace | websocketpp::session::fail::status |
namespace | websocketpp::session::internal_state |
namespace | websocketpp::session::http_state |
Typedefs | |
typedef lib::function< void(connection_hdl)> | websocketpp::open_handler |
The type and function signature of an open handler. | |
typedef lib::function< void(connection_hdl)> | websocketpp::close_handler |
The type and function signature of a close handler. | |
typedef lib::function< void(connection_hdl)> | websocketpp::fail_handler |
The type and function signature of a fail handler. | |
typedef lib::function< void(connection_hdl)> | websocketpp::interrupt_handler |
The type and function signature of an interrupt handler. | |
typedef lib::function< bool(connection_hdl, std::string)> | websocketpp::ping_handler |
The type and function signature of a ping handler. | |
typedef lib::function< void(connection_hdl, std::string)> | websocketpp::pong_handler |
The type and function signature of a pong handler. | |
typedef lib::function< void(connection_hdl, std::string)> | websocketpp::pong_timeout_handler |
The type and function signature of a pong timeout handler. | |
typedef lib::function< bool(connection_hdl)> | websocketpp::validate_handler |
The type and function signature of a validate handler. | |
typedef lib::function< void(connection_hdl)> | websocketpp::http_handler |
The type and function signature of a http handler. | |
typedef lib::function< void(lib::error_code const &ec, size_t bytes_transferred)> | websocketpp::read_handler |
typedef lib::function< void(lib::error_code const &ec)> | websocketpp::write_frame_handler |