Uses of Interface
org.springframework.web.socket.client.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
ModifierConstructorDescriptionWebSocketConnectionManager
(WebSocketClient client, WebSocketHandler webSocketHandler, String uriTemplate, Object... uriVariables) -
Uses of WebSocketClient in org.springframework.web.socket.client.jetty
Modifier and TypeClassDescriptionclass
Initiates WebSocket requests to a WebSocket server programmatically through the Jetty WebSocket API. -
Uses of WebSocketClient in org.springframework.web.socket.client.standard
Modifier and TypeClassDescriptionclass
A WebSocketClient based on standard Java WebSocket API. -
Uses of WebSocketClient in org.springframework.web.socket.messaging
Modifier and TypeMethodDescriptionWebSocketStompClient.getWebSocketClient()
Return the configured WebSocketClient.ModifierConstructorDescriptionWebSocketStompClient
(WebSocketClient webSocketClient) Class constructor. -
Uses of WebSocketClient in org.springframework.web.socket.sockjs.client
Modifier and TypeClassDescriptionclass
A SockJS implementation ofWebSocketClient
with fallback alternatives that simulate a WebSocket interaction through plain HTTP streaming and long polling techniques.Modifier and TypeMethodDescriptionWebSocketTransport.getWebSocketClient()
Return the configuredWebSocketClient
.