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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sessionDestroyed
(jakarta.servlet.http.HttpSessionEvent httpSessionEvent) Methods inherited from class jenkins.util.HttpSessionListener
all, sessionCreated, sessionCreated, sessionDestroyed
-
Constructor Details
-
SSEHttpSessionListener
public SSEHttpSessionListener()
-
-
Method Details
-
sessionDestroyed
public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent httpSessionEvent) - Specified by:
sessionDestroyed
in interfacejakarta.servlet.http.HttpSessionListener
- Overrides:
sessionDestroyed
in classHttpSessionListener
-