Apache Tomcat 7.0.54

org.apache.tomcat.websocket.server
Class WsSessionListener

java.lang.Object
  extended by org.apache.tomcat.websocket.server.WsSessionListener
All Implemented Interfaces:
EventListener, HttpSessionListener

public class WsSessionListener
extends Object
implements HttpSessionListener


Constructor Summary
WsSessionListener(WsServerContainer wsServerContainer)
           
 
Method Summary
 void sessionCreated(HttpSessionEvent se)
          Notification that a session was created.
 void sessionDestroyed(HttpSessionEvent se)
          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
 

Constructor Detail

WsSessionListener

public WsSessionListener(WsServerContainer wsServerContainer)
Method Detail

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

Apache Tomcat 7.0.54

Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.