Uses of Class
org.nustaq.kontraktor.remoting.http.undertow.WebSocketPublisher
Packages that use WebSocketPublisher
Package
Description
-
Uses of WebSocketPublisher in org.nustaq.kontraktor.remoting.http.undertow
Methods in org.nustaq.kontraktor.remoting.http.undertow that return WebSocketPublisherModifier and TypeMethodDescriptionWebSocketPublisher.coding(org.nustaq.kontraktor.remoting.encoding.Coding coding) WebSocketPublisher.facade(org.nustaq.kontraktor.Actor facade) WebSocketPublisher.port(int port) WebSocketPublisher.sendSid(boolean sendSid) send sessionid like sid:234-234-234 after a client connects.WebSocketPublisher.sendStringMessages(boolean sendStringMessages) node.js does not support full file api, so binary messages cannot be de'jsoned.WebSocketPublisher.serType(org.nustaq.kontraktor.remoting.encoding.SerializerType tp) WebSocketPublisher.setTrafficMonitor(org.nustaq.kontraktor.remoting.base.TrafficMonitor trafficMonitor) HttpPublisher.toWS()enables sharing of common settings if publishing also as websocket serviceMethods in org.nustaq.kontraktor.remoting.http.undertow with parameters of type WebSocketPublisherModifier and TypeMethodDescriptionorg.nustaq.kontraktor.IPromise<org.nustaq.kontraktor.remoting.base.ActorServer>Http4K.publish(WebSocketPublisher publisher) utility, just redirects to approriate connector Publishes an actor/service via websockets protocol with given encoding. -
Uses of WebSocketPublisher in org.nustaq.kontraktor.remoting.http.undertow.builder
Methods in org.nustaq.kontraktor.remoting.http.undertow.builder that return WebSocketPublisherModifier and TypeMethodDescription