Interface | Description |
---|---|
AsyncHandlerExtensions |
This interface hosts new low level callback methods on
AsyncHandler . |
ProgressAsyncHandler<T> |
An extended
AsyncHandler with two extra callback who get invoked during the content upload to a remote server. |
StreamedAsyncHandler<T> |
AsyncHandler that uses reactive streams to handle the request.
|
TransferListener |
A simple interface an application can implements in order to received byte transfer information.
|
Class | Description |
---|---|
AsyncHandlerExtensionsUtils | |
BodyDeferringAsyncHandler |
An AsyncHandler that returns Response (without body, so status code and
headers only) as fast as possible for inspection, but leaves you the option
to defer body consumption.
|
BodyDeferringAsyncHandler.BodyDeferringInputStream |
A simple helper class that is used to perform automatic "join" for async
download and the error checking of the Future of the request.
|
ExtendedAsyncHandler<T> | |
TransferCompletionHandler |
Exception | Description |
---|---|
MaxRedirectException |
Thrown when the
DefaultAsyncHttpClientConfig.getMaxRedirects() has been reached. |
Copyright © 2015. All Rights Reserved.