|
Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
|
This is the complete list of members for http::websocket::WebSocketConnection, including all inherited members.
| close() | http::websocket::WebSocketConnection | |
| on_close(std::function< void()> handler) | http::websocket::WebSocketConnection | |
| on_message(std::function< void(const std::string &)> handler) | http::websocket::WebSocketConnection | |
| process_raw_data(std::vector< char > &buffer) | http::websocket::WebSocketConnection | |
| send(const std::string &message) | http::websocket::WebSocketConnection | |
| WebSocketConnection(server::Connection &underlying_connection, bool enable_deflate=false) | http::websocket::WebSocketConnection | explicit |
| ~WebSocketConnection() | http::websocket::WebSocketConnection |