Package io.undertow.websockets.jsr
Class JsrWebSocketFilter.LogoutListener
- java.lang.Object
-
- io.undertow.websockets.jsr.JsrWebSocketFilter.LogoutListener
-
- All Implemented Interfaces:
jakarta.servlet.http.HttpSessionListener,EventListener
- Enclosing class:
- JsrWebSocketFilter
public static class JsrWebSocketFilter.LogoutListener extends Object implements jakarta.servlet.http.HttpSessionListener
-
-
Constructor Summary
Constructors Constructor Description LogoutListener()
-
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
-
-