| Package | Description |
|---|---|
| net.callumtaylor.asynchttp | |
| net.callumtaylor.asynchttp.response |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientExecutorTask<F>
Main request task used for performing http requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseHandler.onReceiveStream(InputStream stream,
ClientTaskImpl client,
long totalLength)
Called when processing the response from a stream.
|
void |
StreamResponseHandler.onReceiveStream(InputStream stream,
ClientTaskImpl client,
long totalLength) |