| 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
|
| org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy Support
|
| Class and Description |
|---|
| BufferingResponseListener
Implementation of
Response.Listener that buffers the content up to a maximum length
specified to the constructors. |
| Class and Description |
|---|
| 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. |
| StringContentProvider
A
ContentProvider for strings. |
| Class and Description |
|---|
| 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. |
| InputStreamContentProvider
A
ContentProvider for an InputStream. |
Copyright © 1995-2015 Webtide. All Rights Reserved.