Package org.springframework.web.socket.client.standard
Client-side classes for use with standard Java WebSocket endpoints.
Class Summary Class Description AnnotatedEndpointConnectionManager A WebSocket connection manager that is given a URI, aClientEndpoint-annotated endpoint, connects to a WebSocket server through theConnectionManagerSupport.start()andConnectionManagerSupport.stop()methods.EndpointConnectionManager A WebSocket connection manager that is given a URI, anEndpoint, connects to a WebSocket server through theConnectionManagerSupport.start()andConnectionManagerSupport.stop()methods.StandardWebSocketClient A WebSocketClient based on standard Java WebSocket API.WebSocketContainerFactoryBean A FactoryBean for creating and configuring aWebSocketContainerthrough Spring XML configuration.