public final class WebSocketRegistryListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
Keeps track of mapping the Spring Session ID to the WebSocketSession and
ensuring when a SessionDestroyedEvent is fired that the
WebSocketSession is closed.
| Constructor and Description |
|---|
WebSocketRegistryListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |