Uses of Enum Class
org.eclipse.jetty.util.IteratingCallback.Action
Packages that use IteratingCallback.Action
-
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 class with the specified name.static IteratingCallback.Action[]IteratingCallback.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.