| 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  | AbstractWebSocketClientAbstract base class for  WebSocketClientimplementations. | 
| Constructor and Description | 
|---|
| WebSocketConnectionManager(WebSocketClient client,
                          WebSocketHandler webSocketHandler,
                          String uriTemplate,
                          Object... uriVariables) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JettyWebSocketClientInitiates WebSocket requests to a WebSocket server programmatically
 through the Jetty WebSocket API. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StandardWebSocketClientA 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  | SockJsClientA SockJS implementation of
  WebSocketClientwith 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) |