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
-
Classes in org.eclipse.jetty.client.util used by org.eclipse.jetty.clientClassDescriptionImplementation of
Response.Listener
that 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.Listener
that buffers the content up to a maximum length specified to the constructors.AContentProvider
for byte arrays.AContentProvider
that allows to add content afterRequest.send(Response.CompleteListener)
has been called, therefore providing the request content at a later time.Iterating over anInputStream
is tricky, becauseInputStreamContentProvider.InputStreamContentProviderIterator.hasNext()
must return false if the stream reads -1.AContentProvider
for strings.