Uses of Interface
org.eclipse.jetty.continuation.ContinuationListener
Packages that use ContinuationListener
Package
Description
Jetty Continuation : DEPRECATED: use Servlet 3.0
AsyncContext
instead-
Uses of ContinuationListener in org.eclipse.jetty.continuation
Fields in org.eclipse.jetty.continuation with type parameters of type ContinuationListenerModifier and TypeFieldDescriptionprivate ArrayList<ContinuationListener>
FauxContinuation._listeners
Deprecated.private final List<ContinuationListener>
Servlet3Continuation._listeners
Deprecated.Methods in org.eclipse.jetty.continuation with parameters of type ContinuationListenerModifier and TypeMethodDescriptionvoid
Continuation.addContinuationListener
(ContinuationListener listener) Deprecated.Add a ContinuationListener.void
FauxContinuation.addContinuationListener
(ContinuationListener listener) Deprecated.void
Servlet3Continuation.addContinuationListener
(ContinuationListener listener) Deprecated.