Class WsHttpSessionBindingListener

java.lang.Object
org.apache.tomcat.websocket.server.WsHttpSessionBindingListener
All Implemented Interfaces:
HttpSessionBindingListener, Serializable, EventListener

public class WsHttpSessionBindingListener extends Object implements HttpSessionBindingListener, Serializable
Listener used to track when an HTTP session expires and notifies the WebSocket container so any associated WebSocket session can be closed.
See Also: