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.util |
Jetty Client : Utility Classes
|
Class and Description |
---|
BufferingResponseListener
Implementation of
Response.Listener that buffers the content up to a maximum length
specified to the constructors. |
Class and Description |
---|
AbstractAuthentication |
AbstractTypedContentProvider |
BufferingResponseListener
Implementation of
Response.Listener that buffers the content up to a maximum length
specified to the constructors. |
BytesContentProvider
A
ContentProvider for byte arrays. |
DeferredContentProvider
A
ContentProvider that allows to add content after Request.send(Response.CompleteListener)
has been called, therefore providing the request content at a later time. |
DeferredContentProvider.Chunk |
DeferredContentProvider.DeferredContentProviderIterator |
InputStreamContentProvider.InputStreamContentProviderIterator
Iterating over an
InputStream is tricky, because InputStreamContentProvider.InputStreamContentProviderIterator.hasNext() must return false
if the stream reads -1. |
MultiPartContentProvider.Part |
MultiPartContentProvider.State |
StringContentProvider
A
ContentProvider for strings. |