| Class | Description |
|---|---|
| AbstractTypedContentProvider | |
| BasicAuthentication |
Implementation of the HTTP "Basic" authentication defined in RFC 2617.
|
| BufferingResponseListener |
Implementation of
Response.Listener that buffers the content up to a maximum length
specified to the constructors. |
| ByteBufferContentProvider |
A
ContentProvider for ByteBuffers. |
| 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. |
| DigestAuthentication |
Implementation of the HTTP "Digest" authentication defined in RFC 2617.
|
| FormContentProvider |
A
ContentProvider for form uploads with the
"application/x-www-form-urlencoded" content type. |
| FutureResponseListener |
A
BufferingResponseListener that is also a Future, to allow applications
to block (indefinitely or for a timeout) until FutureResponseListener.onComplete(Result) is called,
or to abort the request/response conversation. |
| InputStreamContentProvider |
A
ContentProvider for an InputStream. |
| InputStreamResponseListener |
Implementation of
Response.Listener that produces an InputStream
that allows applications to read the response content. |
| OutputStreamContentProvider |
A
ContentProvider that provides content asynchronously through an OutputStream
similar to DeferredContentProvider. |
| PathContentProvider |
A
ContentProvider for files using JDK 7's java.nio.file APIs. |
| StringContentProvider |
A
ContentProvider for strings. |
Copyright © 1995-2015 Webtide. All Rights Reserved.