Uses of Enum Class
org.eclipse.jetty.util.IteratingCallback.Action
Packages that use IteratingCallback.Action
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Server : Core Server API
Jetty GZIP Handler
Jetty Util : Common Utility Classes
-
Uses of IteratingCallback.Action in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return IteratingCallback.ActionModifier and TypeMethodDescriptionprotected IteratingCallback.ActionHttpSender.ContentCallback.process() -
Uses of IteratingCallback.Action in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http that return IteratingCallback.ActionModifier and TypeMethodDescriptionprotected IteratingCallback.ActionHttpSenderOverHTTP.HeadersCallback.process() -
Uses of IteratingCallback.Action in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return IteratingCallback.ActionModifier and TypeMethodDescriptionHttpConnection.SendCallback.process()protected IteratingCallback.ActionHttpOutput.AsyncFlush.process()protected IteratingCallback.ActionHttpOutput.AsyncWrite.process()protected IteratingCallback.ActionHttpOutput.InputStreamWritingCB.process()protected IteratingCallback.ActionHttpOutput.ReadableByteChannelWritingCB.process() -
Uses of IteratingCallback.Action in org.eclipse.jetty.server.handler.gzip
Methods in org.eclipse.jetty.server.handler.gzip that return IteratingCallback.ActionModifier and TypeMethodDescriptionprotected IteratingCallback.ActionGzipHttpOutputInterceptor.GzipBufferCB.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 overall job 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 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.