Uses of Package
org.eclipse.jetty.client.util
Packages that use org.eclipse.jetty.client.util
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : Utility Classes
Jetty Proxy : Async Proxy Support
-
Classes in org.eclipse.jetty.client.util used by org.eclipse.jetty.clientClassDescriptionImplementation of
Response.Listenerthat buffers the content up to a maximum length specified to the constructors. -
Classes in org.eclipse.jetty.client.util used by org.eclipse.jetty.client.utilClassDescriptionImplementation of
Response.Listenerthat buffers the content up to a maximum length specified to the constructors.AContentProviderfor byte arrays.AContentProviderthat allows to add content afterRequest.send(Response.CompleteListener)has been called, therefore providing the request content at a later time.Iterating over anInputStreamis tricky, becauseInputStreamContentProvider.InputStreamContentProviderIterator.hasNext()must return false if the stream reads -1.AContentProviderfor strings. -
Classes in org.eclipse.jetty.client.util used by org.eclipse.jetty.proxyClassDescriptionA
ContentProviderthat allows to add content afterRequest.send(Response.CompleteListener)has been called, therefore providing the request content at a later time.AContentProviderfor anInputStream.