Uses of Interface
org.springframework.web.socket.client.webSocketClient
Packages that use webSocketClient
Package
Description
Client-side abstractions for webSocket applications.
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
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, @Nullable 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.standard
Classes in org.springframework.web.socket.client.standard that implement webSocketClientModifier and TypeClassDescriptionclassA webSocketClient based on the standard Jakarta 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