| Class | Description |
|---|---|
| AbstractSessionWampConfigurer<S extends org.springframework.session.ExpiringSession> | |
| SessionDisconnectEvent | |
| SessionRepositoryHandshakeInterceptor |
Associates the
Session.getId() with the WebSocket Session attributes when the
handshake is performed. |
| SessionRepositoryMessageInterceptor<S extends org.springframework.session.ExpiringSession> |
Acts as a
ChannelInterceptor to ensure the
ExpiringSession.getLastAccessedTime() is up to date. |
| SessionSupport | |
| WebSocketConnectHandlerDecoratorFactory |
Ensures that a
SessionDisconnectEvent and SessionDisconnectEvent is
published. |
| WebSocketRegistryListener |
Keeps track of mapping the Spring Session ID to the
WebSocketSession and
ensuring when a SessionDestroyedEvent is fired that the
WebSocketSession is closed. |
Copyright © 2015. All rights reserved.