Class WsSessionListener
java.lang.Object
org.apache.tomcat.websocket.server.WsSessionListener
- All Implemented Interfaces:
- EventListener,- HttpSessionListener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidNotification that a session was created.voidNotification that a session is about to be invalidated.
- 
Constructor Details- 
WsSessionListener
 
- 
- 
Method Details- 
sessionCreatedDescription copied from interface:javax.servlet.http.HttpSessionListenerNotification that a session was created.- Specified by:
- sessionCreatedin interface- HttpSessionListener
- Parameters:
- se- the notification event
 
- 
sessionDestroyedDescription copied from interface:javax.servlet.http.HttpSessionListenerNotification that a session is about to be invalidated.- Specified by:
- sessionDestroyedin interface- HttpSessionListener
- Parameters:
- se- the notification event
 
 
-