| 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 <SomeMessageType,SomeWebSocketType> |
EndpointStreamSourceFactory.createStreamSourceFor(String destination,
Function<SomeWebSocketType,WebSocket<SomeMessageType>> webSocketFactory,
StreamCreatingEndpointWrapper<SomeWebSocketType,SomeMessageType> streamCreatingEndpointWrapper,
MetricsCollector metricsCollector) |
| Constructor and Description |
|---|
Endpoint(EndpointStreamSource<MessageType> streamSource) |
Endpoint(EndpointStreamSource<MessageType> streamSource,
Consumer<CloseReason> closeAction) |
| Constructor and Description |
|---|
ClientEndpoint(EndpointStreamSource<MessageType> endpointStreamSource,
WebSocket<MessageType> webSocket,
Consumer<CloseReason> closeAction) |
| Constructor and Description |
|---|
ServerEndpoint(EndpointStreamSource<MessageType> endpointStreamSource,
Consumer<MessageType> broadcastAction,
Consumer<CloseReason> closeAction) |
Copyright © 2018. All rights reserved.