| 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 CloseReason |
CloseReason.forCloseCode(int code) |
static CloseReason |
CloseReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloseReason[] |
CloseReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<WebSocket,CloseReason>> |
Endpoint.closedWebSockets() |
io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<WebsocketType,CloseReason>> |
StreamCreatingEndpointWrapper.closingSockets() |
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.close(CloseReason closeReason) |
| Constructor and Description |
|---|
Endpoint(String destination,
EndpointStreamSource streamSource,
Consumer<CloseReason> closeAction,
ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber,
MetricsCollector metricsCollector) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<com.ning.http.client.ws.WebSocket,CloseReason>> |
StreamCreatingWebSocketTextListener.closingSockets() |
| Constructor and Description |
|---|
ClientEndpoint(String destination,
EndpointStreamSource endpointStreamSource,
WebSocket webSocket,
Consumer<CloseReason> closeAction,
ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber,
MetricsCollector metricsCollector) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<org.glassfish.grizzly.websockets.WebSocket,CloseReason>> |
StreamCreatingWebSocketApplication.closingSockets() |
| 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.