Uses of Class
org.springframework.web.socket.client.ConnectionManagerSupport
Package
Description
Client-side abstractions for WebSocket applications.
Client-side classes for use with standard Jakarta WebSocket endpoints.
-
Uses of ConnectionManagerSupport in org.springframework.web.socket.client
Modifier and TypeClassDescriptionclass
WebSocketconnection manager
that connects to the server viaWebSocketClient
and handles the session with aWebSocketHandler
. -
Uses of ConnectionManagerSupport in org.springframework.web.socket.client.standard
Modifier and TypeClassDescriptionclass
WebSocketconnection manager
that connects to the server viaWebSocketContainer
and handles the session with an@ClientEndpoint
endpoint.class
WebSocketconnection manager
that connects to the server viaWebSocketContainer
and handles the session with anEndpoint
.