Interface | Description |
---|---|
RxWebSocketClient |
Specialization of the
WebSocketClient interface for RxJava. |
RxWebSocketSession |
Generalization of the
WebSocketSession interface for RxJava. |
WebSocketBroadcaster |
Defines WebSocket methods to broadcast messages.
|
WebSocketClient |
Interface that provides a way to connect a client over WebSocket.
|
WebSocketSession |
Represents an open WebSocket connection.
|
Class | Description |
---|---|
CloseReason |
Enumeration of close events.
|
Enum | Description |
---|---|
WebSocketVersion |
Enum representing the different WebSocket versions.
|