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 TypeMethodDescriptionbooleanPubSub.Room.addClient(PubSub.Client c) booleanPubSub.UserRoom.addClient(PubSub.Client c) booleanPubSub.Room.authorized(PubSub.Client c) booleanPubSub.Room.canPost(PubSub.Client c) booleanPubSub.Room.hasClient(PubSub.Client c) voidPubSub.Room.removeClient(PubSub.Client c) protected voidPubSub.subscribe(PubSub.Client c, String rid) subscribe a client to a room.protected voidPubSub.unsubscribe(PubSub.Client c, String rid) unsubscribe a client from a room.