Class AnnotatedEndpointConnectionManager

java.lang.Object
org.springframework.web.socket.client.ConnectionManagerSupport
org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
All Implemented Interfaces:
Aware, BeanFactoryAware, Lifecycle, Phased, SmartLifecycle

public class AnnotatedEndpointConnectionManager extends ConnectionManagerSupport implements BeanFactoryAware
WebSocket connection manager that connects to the server via WebSocketContainer and handles the session with an @ClientEndpoint endpoint.
Since:
4.0
Author:
Rossen Stoyanchev