See: Description
| Interface | Description |
|---|---|
| WebSocketClient |
Contract for initiating a WebSocket request.
|
| Class | Description |
|---|---|
| ConnectionManagerSupport |
A base class for WebSocket connection managers.
|
| WebSocketConnectionManager |
A WebSocket connection manager that is given a URI, a
WebSocketClient, and a
WebSocketHandler, connects to a WebSocket server through ConnectionManagerSupport.start() and
ConnectionManagerSupport.stop() methods. |
| Exception | Description |
|---|---|
| WebSocketConnectFailureException |
Thrown when a WebSocket connection to a server could not be established.
|