Uses of Interface
org.eclipse.jetty.continuation.Continuation
Packages that use Continuation
Package
Description
Jetty Continuation : DEPRECATED: use Servlet 3.0
AsyncContext
instead-
Uses of Continuation in org.eclipse.jetty.continuation
Subinterfaces of Continuation in org.eclipse.jetty.continuationModifier and TypeInterfaceDescriptionstatic interface
Deprecated.Classes in org.eclipse.jetty.continuation that implement ContinuationModifier and TypeClassDescription(package private) class
Deprecated.class
Deprecated.use Servlet 3.0AsyncContext
insteadFields in org.eclipse.jetty.continuation with type parameters of type ContinuationModifier and TypeFieldDescription(package private) static final Constructor<? extends Continuation>
ContinuationSupport.__newServlet3Continuation
Deprecated.Methods in org.eclipse.jetty.continuation that return ContinuationModifier and TypeMethodDescriptionstatic Continuation
ContinuationSupport.getContinuation
(javax.servlet.ServletRequest request) Deprecated.Get a Continuation.static Continuation
ContinuationSupport.getContinuation
(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) Deprecated.Methods in org.eclipse.jetty.continuation with parameters of type ContinuationModifier and TypeMethodDescriptionvoid
ContinuationListener.onComplete
(Continuation continuation) Deprecated.Called when a continuation life cycle is complete and after any calls toServletRequestListener.requestDestroyed(javax.servlet.ServletRequestEvent)
The response may still be written to during the call.void
ContinuationListener.onTimeout
(Continuation continuation) Deprecated.Called when a suspended continuation has timed out.
AsyncContext
instead