Package org.atmosphere.cpr
Class SessionSupport
- java.lang.Object
-
- org.atmosphere.cpr.SessionSupport
-
- All Implemented Interfaces:
java.util.EventListener,javax.servlet.http.HttpSessionListener
public class SessionSupport extends java.lang.Object implements javax.servlet.http.HttpSessionListener
-
-
Constructor Summary
Constructors Constructor Description SessionSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsessionCreated(javax.servlet.http.HttpSessionEvent se)voidsessionDestroyed(javax.servlet.http.HttpSessionEvent se)
-
-
-
Method Detail
-
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionCreatedin interfacejavax.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionDestroyedin interfacejavax.servlet.http.HttpSessionListener
-
-