Uses of Class
no.polaric.core.httpd.WsNotifier.Client
Packages that use WsNotifier.Client
-
Uses of WsNotifier.Client in no.polaric.core.httpd
Subclasses of WsNotifier.Client in no.polaric.core.httpdModifier and TypeClassDescriptionclassclassClient connection to publish/subscribe service.Fields in no.polaric.core.httpd with type parameters of type WsNotifier.ClientModifier and TypeFieldDescriptionprotected final Map<io.javalin.websocket.WsContext, WsNotifier.Client> WsNotifier._clientsMethods in no.polaric.core.httpd that return WsNotifier.ClientModifier and TypeMethodDescriptionNodeWs.newClient(io.javalin.websocket.WsContext conn) Factory method.PubSub.newClient(io.javalin.websocket.WsContext ctx) Factory method.abstract WsNotifier.ClientWsNotifier.newClient(io.javalin.websocket.WsContext ctx) Factory methodMethods in no.polaric.core.httpd that return types with arguments of type WsNotifier.ClientMethods in no.polaric.core.httpd with parameters of type WsNotifier.ClientModifier and TypeMethodDescriptionprotected booleanPubSub.subscribe(io.javalin.websocket.WsContext ctx, WsNotifier.Client client) protected booleanWsNotifier.subscribe(io.javalin.websocket.WsContext ctx, WsNotifier.Client client) Subscribe a client to the service.Method parameters in no.polaric.core.httpd with type arguments of type WsNotifier.ClientModifier and TypeMethodDescriptionvoidWsNotifier.postText(String txt, Predicate<WsNotifier.Client> pred) Distribute a text to the clients for which the predicate evaluates to true.voidWsNotifier.postText(Function<WsNotifier.Client, String> txt, Predicate<WsNotifier.Client> pred) Distribute a text to the clients for which the predicate evaluates to true.voidWsNotifier.postText(Function<WsNotifier.Client, String> txt, Predicate<WsNotifier.Client> pred) Distribute a text to the clients for which the predicate evaluates to true.