| Interface | Description |
|---|---|
| WebSocket.Factory |
The factory used for creating WebSocket instances.
|
| WebSocketListener |
Interface for receiving WebSocket events.
|
| Class | Description |
|---|---|
| WebSocket |
The WebSocket class.
|
| WebSocketListenerAdapter |
Adapter listener to make sub-classing easier.
|
| Enum | Description |
|---|---|
| WebSocket.BinaryType |
The types of data the WebSocket can receive.
|
| WebSocket.ReadyState |
The states of the WebSocket.
|