Class ClientWebSocketContainer

java.lang.Object
org.springframework.integration.websocket.IntegrationWebSocketContainer
org.springframework.integration.websocket.ClientWebSocketContainer
All Implemented Interfaces:
DisposableBean, Lifecycle, Phased, SmartLifecycle

public final class ClientWebSocketContainer
extends IntegrationWebSocketContainer
implements SmartLifecycle
The IntegrationWebSocketContainer implementation for the client Web-Socket connection.

Represent the composition over an internal ConnectionManagerSupport implementation.

Accepts the clientSession WebSocketSession on ConnectionManagerSupport.openConnection() event, which can be accessed from this container using getSession(String).

Since:
4.1
Author:
Artem Bilan, Gary Russell