org.apache.tomcat.websocket.server
Class WsSessionListener
java.lang.Object
org.apache.tomcat.websocket.server.WsSessionListener
- All Implemented Interfaces:
- EventListener, HttpSessionListener
public class WsSessionListener
- extends Object
- implements HttpSessionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsSessionListener
public WsSessionListener(WsServerContainer wsServerContainer)
sessionCreated
public void sessionCreated(HttpSessionEvent se)
- Description copied from interface:
javax.servlet.http.HttpSessionListener
- Notification that a session was created.
- Specified by:
sessionCreated
in interface HttpSessionListener
- Parameters:
se
- the notification event
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent se)
- Description copied from interface:
javax.servlet.http.HttpSessionListener
- Notification that a session is about to be invalidated.
- Specified by:
sessionDestroyed
in interface HttpSessionListener
- Parameters:
se
- the notification event
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.