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