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 class
HttpSender.ContentCallback
Fields in org.eclipse.jetty.client declared as IteratingCallback Modifier and Type Field Description private IteratingCallback
HttpSender. 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 class
HttpSenderOverHTTP.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 class
Flusher.FlushCallback
Fields in org.eclipse.jetty.fcgi.generator declared as IteratingCallback Modifier and Type Field Description private IteratingCallback
Flusher. flushCallback
-
Uses of IteratingCallback in org.eclipse.jetty.proxy
Subclasses of IteratingCallback in org.eclipse.jetty.proxy Modifier and Type Class Description protected class
AsyncMiddleManServlet.ProxyReader
protected class
AsyncProxyServlet.StreamReader
private class
ProxyConnection.ProxyIteratingCallback
private class
ProxyServlet.DelegatingContentProvider
Fields in org.eclipse.jetty.proxy declared as IteratingCallback Modifier and Type Field Description private IteratingCallback
ProxyConnection. pipe
-
Uses of IteratingCallback in org.eclipse.jetty.server
Subclasses of IteratingCallback in org.eclipse.jetty.server Modifier and Type Class Description private class
HttpConnection.SendCallback
private class
HttpOutput.AsyncFlush
private class
HttpOutput.AsyncWrite
private class
HttpOutput.ChannelWriteCB
private class
HttpOutput.InputStreamWritingCB
An iterating callback that will take content from an InputStream and write it to the associatedHttpChannel
.private class
HttpOutput.NestedChannelWriteCB
private class
HttpOutput.ReadableByteChannelWritingCB
An 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 class
GzipHttpOutputInterceptor.GzipBufferCB
-
Uses of IteratingCallback in org.eclipse.jetty.util
Subclasses of IteratingCallback in org.eclipse.jetty.util Modifier and Type Class Description class
IteratingNestedCallback
Iterating Nested Callback.
-