Class EventDispatcher.SSEHttpSessionListener

java.lang.Object
jenkins.util.HttpSessionListener
org.jenkinsci.plugins.ssegateway.sse.EventDispatcher.SSEHttpSessionListener
All Implemented Interfaces:
ExtensionPoint, jakarta.servlet.http.HttpSessionListener, EventListener, javax.servlet.http.HttpSessionListener
Enclosing class:
EventDispatcher

@Extension public static final class EventDispatcher.SSEHttpSessionListener extends HttpSessionListener
Http session listener.
  • Constructor Details

    • SSEHttpSessionListener

      public SSEHttpSessionListener()
  • Method Details

    • sessionDestroyed

      public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent httpSessionEvent)
      Specified by:
      sessionDestroyed in interface jakarta.servlet.http.HttpSessionListener
      Overrides:
      sessionDestroyed in class HttpSessionListener