SNode.C
|
This is the complete list of members for web::websocket::server::GroupsManager, including all inherited members.
forEachClient(const std::string &group, const std::function< void(const SubProtocol *)> &sendToClient, const SubProtocol *excludedClient) | web::websocket::server::GroupsManager | |
groups | web::websocket::server::GroupsManager | private |
GroupsManager()=default | web::websocket::server::GroupsManager | |
GroupsManager(const GroupsManager &)=delete | web::websocket::server::GroupsManager | |
groupsManager | web::websocket::server::GroupsManager | static |
instance() | web::websocket::server::GroupsManager | static |
operator=(const GroupsManager &)=delete | web::websocket::server::GroupsManager | |
sendBroadcast(const std::string &group, const char *message, std::size_t messageLength, const SubProtocol *excludedClient) | web::websocket::server::GroupsManager | |
sendBroadcast(const std::string &group, const std::string &message, const SubProtocol *excludedClient) | web::websocket::server::GroupsManager | |
sendBroadcastEnd(const std::string &group, const char *message, std::size_t messageLength, const SubProtocol *excludedClient) | web::websocket::server::GroupsManager | |
sendBroadcastEnd(const std::string &group, const std::string &message, const SubProtocol *excludedClient) | web::websocket::server::GroupsManager | |
sendBroadcastFrame(const std::string &group, const char *message, std::size_t messageLength, const SubProtocol *excludedClient) | web::websocket::server::GroupsManager | |
sendBroadcastFrame(const std::string &group, const std::string &message, const SubProtocol *excludedClient) | web::websocket::server::GroupsManager | |
sendBroadcastStart(const std::string &group, const char *message, std::size_t messageLength, const SubProtocol *excludedClient) | web::websocket::server::GroupsManager | |
sendBroadcastStart(const std::string &group, const std::string &message, const SubProtocol *excludedClient) | web::websocket::server::GroupsManager | |
subscribe(SubProtocol *subProtocol, std::string group="") | web::websocket::server::GroupsManager | |
unsubscribe(SubProtocol *subProtocol) | web::websocket::server::GroupsManager | |
~GroupsManager() | web::websocket::server::GroupsManager | private |