See: Description
| Interface | Description |
|---|---|
| WebSocketClient |
Contract for initiating a WebSocket request.
|
| Class | Description |
|---|---|
| AbstractWebSocketClient |
Abstract base class for
WebSocketClient implementations. |
| ConnectionManagerSupport |
Base class for a connection manager that automates the process of connecting
to a WebSocket server with the Spring ApplicationContext lifecycle.
|
| WebSocketConnectionManager |
WebSocket
connection manager that connects
to the server via WebSocketClient and handles the session with a
WebSocketHandler. |