Uses of Class
org.springframework.web.socket.client.ConnectionManagerSupport
Packages that use ConnectionManagerSupport Package Description org.springframework.web.socket.client Client-side abstractions for WebSocket applications.org.springframework.web.socket.client.standard Client-side classes for use with standard Java WebSocket endpoints.Uses of ConnectionManagerSupport in org.springframework.web.socket.client
Subclasses of ConnectionManagerSupport in org.springframework.web.socket.client Modifier and Type Class Description classWebSocketConnectionManagerA WebSocket connection manager that is given a URI, aWebSocketClient, and aWebSocketHandler, connects to a WebSocket server throughstart()andstop()methods.Uses of ConnectionManagerSupport in org.springframework.web.socket.client.standard
Subclasses of ConnectionManagerSupport in org.springframework.web.socket.client.standard Modifier and Type Class Description classAnnotatedEndpointConnectionManagerA WebSocket connection manager that is given a URI, aClientEndpoint-annotated endpoint, connects to a WebSocket server through thestart()andstop()methods.classEndpointConnectionManager