| Package | Description |
|---|---|
| ch.squaredesk.nova.comm.websockets | |
| ch.squaredesk.nova.comm.websockets.client | |
| ch.squaredesk.nova.comm.websockets.server |
| Modifier and Type | Method | 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 | 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 | Description |
|---|---|---|
void |
Endpoint.close(CloseReason closeReason) |
| Constructor | Description |
|---|---|
Endpoint(EndpointStreamSource<MessageType> streamSource,
Consumer<CloseReason> closeAction) |
| Modifier and Type | Method | Description |
|---|---|---|
io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<com.ning.http.client.ws.WebSocket,CloseReason>> |
StreamCreatingWebSocketTextListener.closingSockets() |
| Constructor | Description |
|---|---|
ClientEndpoint(EndpointStreamSource<MessageType> endpointStreamSource,
WebSocket<MessageType> webSocket,
Consumer<CloseReason> closeAction) |
| Modifier and Type | Method | Description |
|---|---|---|
io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<org.glassfish.grizzly.websockets.WebSocket,CloseReason>> |
StreamCreatingWebSocketApplication.closingSockets() |
Copyright © 2018. All rights reserved.