| Package | Description |
|---|---|
| ch.squaredesk.nova.comm.websockets | |
| ch.squaredesk.nova.comm.websockets.client | |
| ch.squaredesk.nova.comm.websockets.server |
| Modifier and Type | Method and Description |
|---|---|
static <SomeWebSocketType> |
EndpointStreamSourceFactory.createStreamSourceFor(String destination,
io.reactivex.functions.Function<SomeWebSocketType,WebSocket> webSocketFactory,
StreamCreatingEndpointWrapper<SomeWebSocketType> streamCreatingEndpointWrapper,
MetricsCollector metricsCollector) |
| Constructor and Description |
|---|
Endpoint(String destination,
EndpointStreamSource streamSource,
Consumer<CloseReason> closeAction,
ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber,
MetricsCollector metricsCollector) |
Endpoint(String destination,
EndpointStreamSource streamSource,
ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber,
MetricsCollector metricsCollector) |
| Constructor and Description |
|---|
ClientEndpoint(String destination,
EndpointStreamSource endpointStreamSource,
WebSocket webSocket,
Consumer<CloseReason> closeAction,
ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber,
MetricsCollector metricsCollector) |
| Constructor and Description |
|---|
ServerEndpoint(String destination,
EndpointStreamSource endpointStreamSource,
SendAction broadcastAction,
Consumer<CloseReason> closeAction,
ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber,
MetricsCollector metricsCollector) |
Copyright © 2018. All rights reserved.