Uses of Class
org.jenkinsci.plugins.ssegateway.sse.EventDispatcher
Packages that use EventDispatcher
-
Uses of EventDispatcher in org.jenkinsci.plugins.ssegateway.sse
Methods in org.jenkinsci.plugins.ssegateway.sse that return EventDispatcherModifier and TypeMethodDescriptionstatic EventDispatcher
EventDispatcherFactory.getDispatcher
(String dispatcherId, jakarta.servlet.http.HttpSession session) Get the specifiedEventDispatcher
instance from theHttpSession
.static EventDispatcher
EventDispatcherFactory.newDispatcher
(String clientId, jakarta.servlet.http.HttpSession session) Create a newEventDispatcher
instance and attach it to the user session.static EventDispatcher
EventDispatcherFactory.start
(String clientId, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Methods in org.jenkinsci.plugins.ssegateway.sse that return types with arguments of type EventDispatcherModifier and TypeMethodDescriptionstatic Map
<String, EventDispatcher> EventDispatcherFactory.getDispatchers
(jakarta.servlet.http.HttpSession session) Get the sessionEventDispatcher
s from theHttpSession
.