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._listenersDeprecated.private final List<ContinuationListener> Servlet3Continuation._listenersDeprecated.Methods in org.eclipse.jetty.continuation with parameters of type ContinuationListenerModifier and TypeMethodDescriptionvoidContinuation.addContinuationListener(ContinuationListener listener) Deprecated.Add a ContinuationListener.voidFauxContinuation.addContinuationListener(ContinuationListener listener) Deprecated.voidServlet3Continuation.addContinuationListener(ContinuationListener listener) Deprecated.