Uses of Class
org.eclipse.jetty.util.IteratingCallback
-
Packages that use IteratingCallback 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 in org.eclipse.jetty.client
Subclasses of IteratingCallback in org.eclipse.jetty.client Modifier and Type Class Description private classHttpSender.ContentCallbackFields in org.eclipse.jetty.client declared as IteratingCallback Modifier and Type Field Description private IteratingCallbackHttpSender. contentCallback -
Uses of IteratingCallback in org.eclipse.jetty.client.http
Subclasses of IteratingCallback in org.eclipse.jetty.client.http Modifier and Type Class Description private classHttpSenderOverHTTP.HeadersCallback -
Uses of IteratingCallback in org.eclipse.jetty.fcgi.generator
Subclasses of IteratingCallback in org.eclipse.jetty.fcgi.generator Modifier and Type Class Description private classFlusher.FlushCallbackFields in org.eclipse.jetty.fcgi.generator declared as IteratingCallback Modifier and Type Field Description private IteratingCallbackFlusher. flushCallback -
Uses of IteratingCallback in org.eclipse.jetty.proxy
Subclasses of IteratingCallback in org.eclipse.jetty.proxy Modifier and Type Class Description protected classAsyncMiddleManServlet.ProxyReaderprotected classAsyncProxyServlet.StreamReaderprivate classProxyConnection.ProxyIteratingCallbackprivate classProxyServlet.DelegatingContentProviderFields in org.eclipse.jetty.proxy declared as IteratingCallback Modifier and Type Field Description private IteratingCallbackProxyConnection. pipe -
Uses of IteratingCallback in org.eclipse.jetty.server
Subclasses of IteratingCallback in org.eclipse.jetty.server Modifier and Type Class Description private classHttpConnection.SendCallbackprivate classHttpOutput.AsyncFlushprivate classHttpOutput.AsyncWriteprivate classHttpOutput.ChannelWriteCBprivate classHttpOutput.InputStreamWritingCBAn iterating callback that will take content from an InputStream and write it to the associatedHttpChannel.private classHttpOutput.NestedChannelWriteCBprivate classHttpOutput.ReadableByteChannelWritingCBAn iterating callback that will take content from a ReadableByteChannel and write it to theHttpChannel. -
Uses of IteratingCallback in org.eclipse.jetty.server.handler.gzip
Subclasses of IteratingCallback in org.eclipse.jetty.server.handler.gzip Modifier and Type Class Description private classGzipHttpOutputInterceptor.GzipBufferCB -
Uses of IteratingCallback in org.eclipse.jetty.util
Subclasses of IteratingCallback in org.eclipse.jetty.util Modifier and Type Class Description classIteratingNestedCallbackIterating Nested Callback.
-