public static interface HttpTask.HttpTaskCanceledListener
HttpRequest has been canceled, so the
HttpTask must be canceled too.| Modifier and Type | Method and Description |
|---|---|
void |
onHttpTaskCanceled(HttpTask<?> task)
Called when an
HttpRequest has been canceled, so the
corresponding HttpTask gets canceled too. |
void onHttpTaskCanceled(HttpTask<?> task)
HttpRequest has been canceled, so the
corresponding HttpTask gets canceled too.task - Copyright © 2015 Hannes Dorfmann. All rights reserved.