| Interface | Description |
|---|---|
| BodyConsumer |
A simple API to be used with the
SimpleAsyncHttpClient class in order to process response's bytes. |
| ResumableBodyConsumer | |
| SimpleAHCTransferListener |
A simple transfer listener for use with the
SimpleAsyncHttpClient. |
| SimpleAsyncHttpClient.DerivedBuilder |
This interface contains possible configuration changes for a derived SimpleAsyncHttpClient.
|
| ThrowableHandler |
Simple
Throwable handler to be used with SimpleAsyncHttpClient |
| Class | Description |
|---|---|
| AppendableBodyConsumer |
An
Appendable customer for ByteBuffer |
| ByteBufferBodyConsumer |
A
ByteBuffer implementation of BodyConsumer |
| FileBodyConsumer |
A
RandomAccessFile that can be used as a ResumableBodyConsumer |
| OutputStreamBodyConsumer |
A simple
OutputStream implementation for BodyConsumer |
| SimpleAsyncHttpClient |
Simple implementation of
AsyncHttpClient and it's related builders (AsyncHttpClientConfig,
Realm, ProxyServer and AsyncHandler. |
| SimpleAsyncHttpClient.Builder |
| Enum | Description |
|---|---|
| SimpleAsyncHttpClient.ErrorDocumentBehaviour |
Copyright © 2021. All rights reserved.