Class EndpointConnectionManager

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

public class EndpointConnectionManager extends ConnectionManagerSupport implements BeanFactoryAware
WebSocket connection manager that connects to the server via WebSocketContainer and handles the session with an Endpoint.
Since:
4.0
Author:
Rossen Stoyanchev
See Also: