Package org.springframework.web.socket.client
Client-side abstractions for WebSocket applications.
Interface Summary Interface Description WebSocketClient Contract for initiating a WebSocket request.Class Summary Class Description AbstractWebSocketClient Abstract base class forWebSocketClientimplementations.ConnectionManagerSupport A base class for WebSocket connection managers.WebSocketConnectionManager A WebSocket connection manager that is given a URI, aWebSocketClient, and aWebSocketHandler, connects to a WebSocket server throughConnectionManagerSupport.start()andConnectionManagerSupport.stop()methods.