Package | Description |
---|---|
org.springframework.web.socket.client |
Client-side abstractions for WebSocket applications.
|
org.springframework.web.socket.client.jetty |
Client-side support for the Jetty WebSocket API.
|
org.springframework.web.socket.client.standard |
Client-side classes for use with standard Java WebSocket endpoints.
|
org.springframework.web.socket.messaging |
WebSocket integration for Spring's messaging module.
|
org.springframework.web.socket.sockjs.client |
SockJS client implementation of
WebSocketClient . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebSocketClient
Abstract base class for
WebSocketClient implementations. |
Constructor and Description |
---|
WebSocketConnectionManager(WebSocketClient client,
WebSocketHandler webSocketHandler,
String uriTemplate,
Object... uriVariables) |
Modifier and Type | Class and Description |
---|---|
class |
JettyWebSocketClient
Initiates WebSocket requests to a WebSocket server programmatically
through the Jetty WebSocket API.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardWebSocketClient
A WebSocketClient based on standard Java WebSocket API.
|
Modifier and Type | Method and Description |
---|---|
WebSocketClient |
WebSocketStompClient.getWebSocketClient()
Return the configured WebSocketClient.
|
Constructor and Description |
---|
WebSocketStompClient(WebSocketClient webSocketClient)
Class constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SockJsClient
A SockJS implementation of
WebSocketClient
with fallback alternatives that simulate a WebSocket interaction through plain
HTTP streaming and long polling techniques.. |
Modifier and Type | Method and Description |
---|---|
WebSocketClient |
WebSocketTransport.getWebSocketClient()
Return the configured
WebSocketClient . |
Constructor and Description |
---|
WebSocketTransport(WebSocketClient webSocketClient) |