Uses of Class
org.springframework.web.socket.client.ConnectionManagerSupport
Packages that use 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.clientSubclasses of ConnectionManagerSupport in org.springframework.web.socket.clientModifier and TypeClassDescriptionclassWebSocketconnection managerthat connects to the server viaWebSocketClientand handles the session with aWebSocketHandler.
- 
Uses of ConnectionManagerSupport in org.springframework.web.socket.client.standardSubclasses of ConnectionManagerSupport in org.springframework.web.socket.client.standardModifier and TypeClassDescriptionclassWebSocketconnection managerthat connects to the server viaWebSocketContainerand handles the session with an@ClientEndpointendpoint.classWebSocketconnection managerthat connects to the server viaWebSocketContainerand handles the session with anEndpoint.