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 Jakarta 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) Constructor with the client to use and a handler to handle messages with.WebSocketConnectionManager
(WebSocketClient client, WebSocketHandler webSocketHandler, URI uri) Variant ofWebSocketConnectionManager(WebSocketClient, WebSocketHandler, String, Object...)
with a preparedURI
. -
Uses of WebSocketClient in org.springframework.web.socket.client.jetty
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WebSocketClient in org.springframework.web.socket.client.standard
Modifier and TypeClassDescriptionclass
A WebSocketClient based on the standard Jakarta 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
.
StandardWebSocketClient