Class WebSocketConnectionManager

java.lang.Object
org.springframework.web.socket.client.ConnectionManagerSupport
org.springframework.web.socket.client.WebSocketConnectionManager
All Implemented Interfaces:
Lifecycle, Phased, SmartLifecycle

public class WebSocketConnectionManager extends ConnectionManagerSupport
WebSocket connection manager that connects to the server via WebSocketClient and handles the session with a WebSocketHandler.
Since:
4.0
Author:
Rossen Stoyanchev, Sam Brannen