Class WsSessionListener
java.lang.Object
org.apache.tomcat.websocket.server.WsSessionListener
- All Implemented Interfaces:
- HttpSessionListener,- EventListener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidNotification that a session is about to be invalidated.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.servlet.http.HttpSessionListenersessionCreated
- 
Constructor Details- 
WsSessionListener
 
- 
- 
Method Details- 
sessionDestroyedDescription copied from interface:jakarta.servlet.http.HttpSessionListenerNotification that a session is about to be invalidated. The default implementation is a NO-OP.- Specified by:
- sessionDestroyedin interface- HttpSessionListener
- Parameters:
- se- the notification event
 
 
-