Uses of Enum
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 Proxy : Async Proxy Support
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.Action
HttpSender.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.Action
HttpSenderOverHTTP.HeadersCallback.process()
-
Uses of IteratingCallback.Action in org.eclipse.jetty.fcgi.generator
Methods in org.eclipse.jetty.fcgi.generator that return IteratingCallback.ActionModifier and TypeMethodDescriptionprotected IteratingCallback.Action
Flusher.FlushCallback.process()
-
Uses of IteratingCallback.Action in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy that return IteratingCallback.ActionModifier and TypeMethodDescriptionprotected IteratingCallback.Action
AsyncMiddleManServlet.ProxyReader.process()
protected IteratingCallback.Action
AsyncProxyServlet.StreamReader.process()
protected IteratingCallback.Action
ProxyConnection.ProxyIteratingCallback.process()
protected IteratingCallback.Action
ProxyServlet.DelegatingContentProvider.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.Action
HttpOutput.AsyncFlush.process()
protected IteratingCallback.Action
HttpOutput.AsyncWrite.process()
protected IteratingCallback.Action
HttpOutput.InputStreamWritingCB.process()
protected IteratingCallback.Action
HttpOutput.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.Action
GzipHttpOutputInterceptor.GzipBufferCB.process()
-
Uses of IteratingCallback.Action in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return IteratingCallback.ActionModifier and TypeMethodDescriptionprotected abstract IteratingCallback.Action
IteratingCallback.process()
Method called byIteratingCallback.iterate()
to process the asynchronous sub-task.static IteratingCallback.Action
Returns 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.