public static interface HttpTask.HttpTaskPriorityChangedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onHttpTaskPriorityChanged(HttpTask<?> task,
int newPriority)
Called when the
HttpRequest has changed his priority, so the
HttpTask depends on the HttpRequest priority |
void onHttpTaskPriorityChanged(HttpTask<?> task, int newPriority)
HttpRequest has changed his priority, so the
HttpTask depends on the HttpRequest prioritytask - The HttpTasknewPriority - The new priorityCopyright © 2015 Hannes Dorfmann. All rights reserved.