| Package | Description |
|---|---|
| org.nustaq.kontraktor.remoting.http | |
| org.nustaq.kontraktor.remoting.http.builder | |
| org.nustaq.kontraktor.remoting.websockets |
| Modifier and Type | Method and Description |
|---|---|
WebSocketPublisher |
HttpPublisher.toWS()
enables sharing of common settings if publishing also as websocket service
|
| Modifier and Type | Method and Description |
|---|---|
org.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.
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketPublisher |
BldFourK.websocket(String urlPath,
org.nustaq.kontraktor.Actor facade) |
WebSocketPublisher |
BldFourK.websocket(String urlPath,
org.nustaq.kontraktor.Actor facade,
boolean useStringMessages) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketPublisher |
WebSocketPublisher.coding(org.nustaq.kontraktor.remoting.encoding.Coding coding) |
WebSocketPublisher |
WebSocketPublisher.facade(org.nustaq.kontraktor.Actor facade) |
WebSocketPublisher |
WebSocketPublisher.hostName(String hostName) |
WebSocketPublisher |
WebSocketPublisher.port(int port) |
WebSocketPublisher |
WebSocketPublisher.sendStringMessages(boolean sendStringMessages)
node.js does not support full file api, so binary messages cannot be de'jsoned.
|
WebSocketPublisher |
WebSocketPublisher.serType(org.nustaq.kontraktor.remoting.encoding.SerializerType tp) |
WebSocketPublisher |
WebSocketPublisher.urlPath(String urlPath) |
Copyright © 2017. All rights reserved.