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