public static interface HttpTask.HttpTaskFinishedListener
HttpClientTask and get informed, when an
HttpClientTask has finished (successful or notHttpClientTask Hannes Dorfmann| Modifier and Type | Method and Description |
|---|---|
void |
onHttpTaskFailed(HttpTask<?> httpTask,
Exception exception)
Called to inform, that a {@link HttpClientTasHttpClientTaskete, because
an error (exception) has been thrown
|
void |
onHttpTaskSuccessful(HttpTask<?> httpTask,
HttpResponse response)
Called to inform, that a
HttpClientTask has finished successfully |
void onHttpTaskSuccessful(HttpTask<?> httpTask, HttpResponse response)
HttpClientTask has finished successfullyhttpTask - The HttpClientTaHttpClientTasksponse
{@link HttpResponse}Copyright © 2015 Hannes Dorfmann. All rights reserved.