程序包 org.springframework.web.socket.client
Client-side abstractions for WebSocket applications.
接口概要 接口 说明 WebSocketClient Contract for initiating a WebSocket request.类概要 类 说明 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.