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 EventDispatcherEventDispatcherFactory.getDispatcher(String dispatcherId, jakarta.servlet.http.HttpSession session) Get the specifiedEventDispatcherinstance from theHttpSession.static EventDispatcherEventDispatcherFactory.newDispatcher(String clientId, jakarta.servlet.http.HttpSession session) Create a newEventDispatcherinstance and attach it to the user session.static EventDispatcherEventDispatcherFactory.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 sessionEventDispatchers from theHttpSession.