| 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.setHttpTaskPriorityChangedListener(HttpTask.HttpTaskPriorityChangedListener listener)
|
void |
HttpClientTask.setHttpTaskPriorityChangedListener(HttpTask.HttpTaskPriorityChangedListener listener) |
Copyright © 2015 Hannes Dorfmann. All rights reserved.