Package org.springframework.session.web.socket.handler
package org.springframework.session.web.socket.handler
-
ClassDescriptionEnsures that a
SessionConnectEvent
is published inWebSocketHandler.afterConnectionEstablished(WebSocketSession)
.Keeps track of mapping the Spring Session ID to theWebSocketSession
and ensuring when aSessionDestroyedEvent
is fired that theWebSocketSession
is closed.