Class WsSessionListener
java.lang.Object
org.apache.tomcat.websocket.server.WsSessionListener
- All Implemented Interfaces:
HttpSessionListener
,EventListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification that a session is about to be invalidated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.servlet.http.HttpSessionListener
sessionCreated
-
Constructor Details
-
WsSessionListener
-
-
Method Details
-
sessionDestroyed
Description copied from interface:jakarta.servlet.http.HttpSessionListener
Notification that a session is about to be invalidated. The default implementation is a NO-OP.- Specified by:
sessionDestroyed
in interfaceHttpSessionListener
- Parameters:
se
- the notification event
-