Uses of Enum
org.eclipse.jetty.util.IteratingCallback.Action
Packages that use IteratingCallback.Action
Package
Description
Jetty Proxy : Async Proxy Support
Jetty Util : Common Utility Classes
-
Uses of IteratingCallback.Action in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy that return IteratingCallback.ActionModifier and TypeMethodDescriptionprotected IteratingCallback.ActionAsyncMiddleManServlet.ProxyReader.process()protected IteratingCallback.ActionAsyncProxyServlet.StreamReader.process() -
Uses of IteratingCallback.Action in org.eclipse.jetty.util
Subclasses with type arguments of type IteratingCallback.Action in org.eclipse.jetty.utilModifier and TypeClassDescriptionprotected static enumThe indication of the overall progress of the iteration that implementations ofIteratingCallback.process()must return.Methods in org.eclipse.jetty.util that return IteratingCallback.ActionModifier and TypeMethodDescriptionprotected abstract IteratingCallback.ActionIteratingCallback.process()Method called byIteratingCallback.iterate()to process the asynchronous sub-task.static IteratingCallback.ActionReturns the enum constant of this type with the specified name.static IteratingCallback.Action[]IteratingCallback.Action.values()Returns an array containing the constants of this enum type, in the order they are declared.