Uses of Class
org.eclipse.jetty.util.IteratingCallback
Packages that use IteratingCallback
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 in org.eclipse.jetty.client
Subclasses of IteratingCallback in org.eclipse.jetty.clientFields in org.eclipse.jetty.client declared as IteratingCallback -
Uses of IteratingCallback in org.eclipse.jetty.client.http
Subclasses of IteratingCallback in org.eclipse.jetty.client.http -
Uses of IteratingCallback in org.eclipse.jetty.server
Subclasses of IteratingCallback in org.eclipse.jetty.serverModifier and TypeClassDescriptionprivate class
private class
private class
private class
private class
An iterating callback that will take content from an InputStream and write it to the associatedHttpChannel
.private class
private class
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 -
Uses of IteratingCallback in org.eclipse.jetty.util
Subclasses of IteratingCallback in org.eclipse.jetty.util