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