| Package | Description | 
|---|---|
| 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. 
 | 
| 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. 
 |