Package org.springframework.session.web.socket.handler
@NullMarked
package org.springframework.session.web.socket.handler
Spring Session WebSocket handlers.
-
ClassesClassDescriptionEnsures that a
SessionConnectEventis published inWebSocketHandler.afterConnectionEstablished(WebSocketSession).Keeps track of mapping the Spring Session ID to theWebSocketSessionand ensuring when aSessionDestroyedEventis fired that theWebSocketSessionis closed.