Uses of Class
org.eclipse.jetty.continuation.ContinuationThrowable
Packages that use ContinuationThrowable
Package
Description
Jetty Continuation : DEPRECATED: use Servlet 3.0
AsyncContext
instead-
Uses of ContinuationThrowable in org.eclipse.jetty.continuation
Fields in org.eclipse.jetty.continuation declared as ContinuationThrowableModifier and TypeFieldDescriptionprivate static final ContinuationThrowable
FauxContinuation.__exception
Deprecated.private static final ContinuationThrowable
Servlet3Continuation.__exception
Deprecated.Methods in org.eclipse.jetty.continuation that throw ContinuationThrowableModifier and TypeMethodDescriptionvoid
Continuation.undispatch()
Deprecated.Undispatch the request.