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