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