Name | Type | Package | Description | Detail |
AnnotatedEndpointConnectionManager | Class | org.springframework. web.socket.client.standard | A WebSocket connection manager that is given a URI, aClientEndpoint-annotated endpoint, connects to a | Detail |
ConnectionManagerSupport | Class | org.springframework. web.socket.client | A base class for WebSocket connection managers. | Detail |
EndpointConnectionManager | Class | org.springframework. web.socket.client.standard | A WebSocket connection manager that is given a URI, an Endpoint, connects to aWebSocket server through the ConnectionManagerSupport. | Detail |
WebSocketConnectionManager | Class | org.springframework. web.socket.client | A WebSocket connection manager that is given a URI, a WebSocketClient, and aWebSocketHandler, connects to a WebSocket server through ConnectionManagerSupport. | Detail |