Class JsrWebSocketFilter.LogoutListener

  • All Implemented Interfaces:
    jakarta.servlet.http.HttpSessionListener, java.util.EventListener
    Enclosing class:
    JsrWebSocketFilter

    public static class JsrWebSocketFilter.LogoutListener
    extends java.lang.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
      void sessionCreated​(jakarta.servlet.http.HttpSessionEvent se)  
      void sessionDestroyed​(jakarta.servlet.http.HttpSessionEvent se)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogoutListener

        public LogoutListener()
    • Method Detail

      • sessionCreated

        public void sessionCreated​(jakarta.servlet.http.HttpSessionEvent se)
        Specified by:
        sessionCreated in interface jakarta.servlet.http.HttpSessionListener
      • sessionDestroyed

        public void sessionDestroyed​(jakarta.servlet.http.HttpSessionEvent se)
        Specified by:
        sessionDestroyed in interface jakarta.servlet.http.HttpSessionListener