Uses of Class
no.polaric.core.httpd.PubSub.Client
Packages that use PubSub.Client
-
Uses of PubSub.Client in no.polaric.core.httpd
Methods in no.polaric.core.httpd with parameters of type PubSub.ClientModifier and TypeMethodDescriptionboolean
PubSub.Room.addClient
(PubSub.Client c) boolean
PubSub.UserRoom.addClient
(PubSub.Client c) boolean
PubSub.Room.authorized
(PubSub.Client c) boolean
PubSub.Room.canPost
(PubSub.Client c) boolean
PubSub.Room.hasClient
(PubSub.Client c) void
PubSub.Room.removeClient
(PubSub.Client c) protected void
PubSub.subscribe
(PubSub.Client c, String rid) subscribe a client to a room.protected void
PubSub.unsubscribe
(PubSub.Client c, String rid) unsubscribe a client from a room.