Class ServerWebSocketContainer

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

public class ServerWebSocketContainer extends IntegrationWebSocketContainer implements WebSocketConfigurer, SmartLifecycle
The IntegrationWebSocketContainer implementation for the server WebSocketHandler registration.

Registers an internal IntegrationWebSocketContainer.IntegrationWebSocketHandler for provided paths with the WebSocketHandlerRegistry.

The real registration is based on Spring Web-Socket infrastructure via WebSocketConfigurer implementation of this class.

Since:
4.1
Author:
Artem Bilan, Gary Russell, Christian Tzolov