Uses of Interface
org.springframework.web.socket.client.WebSocketClient
Packages that use WebSocketClient
Package
Description
Client-side abstractions for WebSocket applications.
Client-side support for the Jetty WebSocket API.
Client-side classes for use with standard Java WebSocket endpoints.
WebSocket integration for Spring's messaging module.
SockJS client implementation of
WebSocketClient.-
Uses of WebSocketClient in org.springframework.web.socket.client
Classes in org.springframework.web.socket.client that implement WebSocketClientConstructors in org.springframework.web.socket.client with parameters of type WebSocketClientModifierConstructorDescriptionWebSocketConnectionManager(WebSocketClient client, WebSocketHandler webSocketHandler, String uriTemplate, Object... uriVariables) -
Uses of WebSocketClient in org.springframework.web.socket.client.jetty
Classes in org.springframework.web.socket.client.jetty that implement WebSocketClientModifier and TypeClassDescriptionclassInitiates WebSocket requests to a WebSocket server programmatically through the Jetty WebSocket API. -
Uses of WebSocketClient in org.springframework.web.socket.client.standard
Classes in org.springframework.web.socket.client.standard that implement WebSocketClientModifier and TypeClassDescriptionclassA WebSocketClient based on standard Java WebSocket API. -
Uses of WebSocketClient in org.springframework.web.socket.messaging
Methods in org.springframework.web.socket.messaging that return WebSocketClientModifier and TypeMethodDescriptionWebSocketStompClient.getWebSocketClient()Return the configured WebSocketClient.Constructors in org.springframework.web.socket.messaging with parameters of type WebSocketClientModifierConstructorDescriptionWebSocketStompClient(WebSocketClient webSocketClient) Class constructor. -
Uses of WebSocketClient in org.springframework.web.socket.sockjs.client
Classes in org.springframework.web.socket.sockjs.client that implement WebSocketClientModifier and TypeClassDescriptionclassA SockJS implementation ofWebSocketClientwith fallback alternatives that simulate a WebSocket interaction through plain HTTP streaming and long polling techniques..Methods in org.springframework.web.socket.sockjs.client that return WebSocketClientModifier and TypeMethodDescriptionWebSocketTransport.getWebSocketClient()Return the configuredWebSocketClient.Constructors in org.springframework.web.socket.sockjs.client with parameters of type WebSocketClient