Uses of Class
org.eclipse.jetty.util.IteratingCallback.Action
-
Packages that use IteratingCallback.Action Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.fcgi.generator org.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handlerorg.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of IteratingCallback.Action in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return IteratingCallback.Action Modifier and Type Method Description protected IteratingCallback.ActionHttpSender.ContentCallback. process() -
Uses of IteratingCallback.Action in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http that return IteratingCallback.Action Modifier and Type Method Description protected IteratingCallback.ActionHttpSenderOverHTTP.HeadersCallback. process() -
Uses of IteratingCallback.Action in org.eclipse.jetty.fcgi.generator
Methods in org.eclipse.jetty.fcgi.generator that return IteratingCallback.Action Modifier and Type Method Description protected IteratingCallback.ActionFlusher.FlushCallback. process() -
Uses of IteratingCallback.Action in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy that return IteratingCallback.Action Modifier and Type Method Description protected IteratingCallback.ActionAsyncMiddleManServlet.ProxyReader. process()protected IteratingCallback.ActionAsyncProxyServlet.StreamReader. process()protected IteratingCallback.ActionProxyConnection.ProxyIteratingCallback. process()protected IteratingCallback.ActionProxyServlet.DelegatingContentProvider. process() -
Uses of IteratingCallback.Action in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return IteratingCallback.Action Modifier and Type Method Description IteratingCallback.ActionHttpConnection.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.Action Modifier and Type Method Description protected IteratingCallback.ActionGzipHttpOutputInterceptor.GzipBufferCB. process() -
Uses of IteratingCallback.Action in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return IteratingCallback.Action Modifier and Type Method Description protected abstract IteratingCallback.ActionIteratingCallback. process()Method called byIteratingCallback.iterate()to process the asynchronous sub-task.static IteratingCallback.ActionIteratingCallback.Action. valueOf(java.lang.String name)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.
-