Uses of Interface
org.eclipse.jetty.ee8.servlets.EventSource
Packages that use EventSource
Package
Description
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
-
Uses of EventSource in org.eclipse.jetty.ee8.servlets
Methods in org.eclipse.jetty.ee8.servlets that return EventSourceModifier and TypeMethodDescriptionprotected abstract EventSourceEventSourceServlet.newEventSource(javax.servlet.http.HttpServletRequest request) Methods in org.eclipse.jetty.ee8.servlets with parameters of type EventSourceModifier and TypeMethodDescriptionprotected voidEventSourceServlet.open(EventSource eventSource, EventSource.Emitter emitter) Constructors in org.eclipse.jetty.ee8.servlets with parameters of type EventSourceModifierConstructorDescriptionEventSourceEmitter(EventSource eventSource, javax.servlet.AsyncContext async)