| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit.threading |
| Modifier and Type | Class and Description |
|---|---|
class |
PriorityThreadPoolHttpExecutor
This
HttpExecutor executes the HttpTask, that contain a
HttpRequest, with an ThreadPoolExecutor and uses a
PriorityBlockingQueue as queue for tasks. |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpTask.setHttpTaskCanceledListener(HttpTask.HttpTaskCanceledListener listener)
Sets the
HttpTask.HttpTaskCanceledListener |
void |
HttpClientTask.setHttpTaskCanceledListener(HttpTask.HttpTaskCanceledListener listener) |
Copyright © 2015 Hannes Dorfmann. All rights reserved.