| 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<MessageType>,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(EndpointStreamSource<MessageType> streamSource,
Consumer<CloseReason> closeAction) |
| 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(EndpointStreamSource<MessageType> endpointStreamSource,
WebSocket<MessageType> webSocket,
Consumer<CloseReason> closeAction) |
| 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(EndpointStreamSource<MessageType> endpointStreamSource,
Consumer<MessageType> broadcastAction,
Consumer<CloseReason> closeAction) |
Copyright © 2018. All rights reserved.