Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
websocket::EventRouter< SessionType > Member List

This is the complete list of members for websocket::EventRouter< SessionType >, including all inherited members.

attach(server::App &app, const std::string &path)websocket::EventRouter< SessionType >inline
broadcast_to_room(const std::string &room, const std::string &msg)websocket::EventRouter< SessionType >inline
join_room(const std::string &id, const std::string &room)websocket::EventRouter< SessionType >inline
leave_room(const std::string &id, const std::string &room)websocket::EventRouter< SessionType >inline
on(const std::string &event, std::function< void(EventSocket< SessionType > &, const PayloadType &)> handler)websocket::EventRouter< SessionType >inline
on(const std::string &event, std::function< void(EventSocket< SessionType > &)> handler)websocket::EventRouter< SessionType >inline
on_connect(std::function< void(EventSocket< SessionType > &)> handler)websocket::EventRouter< SessionType >inline
on_disconnect(std::function< void(EventSocket< SessionType > &)> handler)websocket::EventRouter< SessionType >inline
SocketPtr typedefwebsocket::EventRouter< SessionType >
to(const std::string &room)websocket::EventRouter< SessionType >inline