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