Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
http::websocket::WebSocketConnection Member List

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::WebSocketConnectionexplicit
~WebSocketConnection()http::websocket::WebSocketConnection