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 interfaceDeprecated.Classes in org.eclipse.jetty.continuation that implement ContinuationModifier and TypeClassDescription(package private) classDeprecated.classDeprecated.use Servlet 3.0AsyncContextinsteadFields in org.eclipse.jetty.continuation with type parameters of type ContinuationModifier and TypeFieldDescription(package private) static final Constructor<? extends Continuation> ContinuationSupport.__newServlet3ContinuationDeprecated.Methods in org.eclipse.jetty.continuation that return ContinuationModifier and TypeMethodDescriptionstatic ContinuationContinuationSupport.getContinuation(javax.servlet.ServletRequest request) Deprecated.Get a Continuation.static ContinuationContinuationSupport.getContinuation(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) Deprecated.Methods in org.eclipse.jetty.continuation with parameters of type ContinuationModifier and TypeMethodDescriptionvoidContinuationListener.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.voidContinuationListener.onTimeout(Continuation continuation) Deprecated.Called when a suspended continuation has timed out.
AsyncContextinstead