public class SessionConnectEvent
extends org.springframework.context.ApplicationEvent
SessionConnectEvent
except that it provides access to the WebSocketSession
to allow mapping the
Spring Session to the WebSocketSession
.WebSocketRegistryListener
,
WebSocketConnectHandlerDecoratorFactory
,
Serialized FormConstructor and Description |
---|
SessionConnectEvent(java.lang.Object source,
org.springframework.web.socket.WebSocketSession webSocketSession) |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.socket.WebSocketSession |
getWebSocketSession() |