程序包的使用
org.springframework.web.socket.client
使用org.springframework.web.socket.client的程序包 程序包 说明 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 ofWebSocketClient
.org.springframework.web.socket.client使用的org.springframework.web.socket.client中的类 类 说明 ConnectionManagerSupport A base class for WebSocket connection managers.WebSocketClient Contract for initiating a WebSocket request.org.springframework.web.socket.client.jetty使用的org.springframework.web.socket.client中的类 类 说明 AbstractWebSocketClient Abstract base class forWebSocketClient
implementations.WebSocketClient Contract for initiating a WebSocket request.org.springframework.web.socket.client.standard使用的org.springframework.web.socket.client中的类 类 说明 AbstractWebSocketClient Abstract base class forWebSocketClient
implementations.ConnectionManagerSupport A base class for WebSocket connection managers.WebSocketClient Contract for initiating a WebSocket request.org.springframework.web.socket.messaging使用的org.springframework.web.socket.client中的类 类 说明 WebSocketClient Contract for initiating a WebSocket request.org.springframework.web.socket.sockjs.client使用的org.springframework.web.socket.client中的类 类 说明 WebSocketClient Contract for initiating a WebSocket request.