Uses of Interface
org.eclipse.jetty.servlets.EventSource
-
Packages that use EventSource Package Description org.eclipse.jetty.servlets Jetty Servlets : Generally Useful Servlets, Handlers and Filters -
-
Uses of EventSource in org.eclipse.jetty.servlets
Methods in org.eclipse.jetty.servlets that return EventSource Modifier and Type Method Description protected abstract EventSource
EventSourceServlet. newEventSource(javax.servlet.http.HttpServletRequest request)
Methods in org.eclipse.jetty.servlets with parameters of type EventSource Modifier and Type Method Description protected void
EventSourceServlet. open(EventSource eventSource, EventSource.Emitter emitter)
Constructors in org.eclipse.jetty.servlets with parameters of type EventSource Constructor Description EventSourceEmitter(EventSource eventSource, javax.servlet.AsyncContext async)
-