| Interface | Description | 
|---|---|
| RxWebSocketClient | Specialization of the  WebSocketClientinterface for RxJava. | 
| RxWebSocketSession | Generalization of the  WebSocketSessioninterface 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. |