| Package | Description |
|---|---|
| org.springframework.web.socket.client |
Client-side abstractions for WebSocket applications.
|
| org.springframework.web.socket.client.standard |
Client-side classes for use with standard Java WebSocket endpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketConnectionManager
A WebSocket connection manager that is given a URI, a
WebSocketClient, and a
WebSocketHandler, connects to a WebSocket server through start() and
stop() methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedEndpointConnectionManager
A WebSocket connection manager that is given a URI, a
ClientEndpoint-annotated endpoint, connects to a
WebSocket server through the start() and stop() methods. |
class |
EndpointConnectionManager
|