| Constructor and Description |
|---|
UnexpectedHttpStatusCodeException(HttpResponse<?> r) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
HttpRequest.doAdditionalResponseProcessing(HttpResponse<T> response,
Cache<String,Object> cache)
Its possible to do additional response processing, for example for image
transformation, scaling etc. or data sorting / manipulating.
|
<T> void |
AbstractHttpRequest.doAdditionalResponseProcessing(HttpResponse<T> response,
Cache<String,Object> object) |
| Modifier and Type | Method and Description |
|---|---|
<T> HttpResponse<T> |
HttpMultiRequest.getResponse(int index)
Get the responses according the index (0...n), where the index is
equivalent to the order of the requ
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpMultiRequest.onSuccess(HttpResponse<Object> res) |
void |
HttpMultiResponseReceiver.onSuccessful(HttpResponse<?>... responses)
Called if all Requests were successful.
|
| Modifier and Type | Field and Description |
|---|---|
protected HttpResponse<HttpResponseType> |
HttpRequestResponseWorker.response |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequestResponseWorker.onSuccess(HttpResponse<HttpResponseType> res) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponseReceiver.onSuccess(HttpResponse<T> res)
Called when the Http request has returned a result
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse<T> |
HttpClientTask.processHttpRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
PriorityThreadPoolHttpExecutor.onHttpTaskSuccessful(HttpTask<?> httpTask,
HttpResponse response) |
void |
HttpTask.HttpTaskFinishedListener.onHttpTaskSuccessful(HttpTask<?> httpTask,
HttpResponse response)
Called to inform, that a
HttpClientTask has finished successfully |
Copyright © 2015 Hannes Dorfmann. All rights reserved.