| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit | |
| com.hannesdorfmann.httpkit.threading |
| Modifier and Type | Field and Description |
|---|---|
protected HttpExecutor |
DefaultHttpKit.httpExecutor
The http Executor, that will execute the
HttpRequests
asynchronously |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpKit.setHttpExecutor(HttpExecutor httpExecutor)
Set the
HttpExecutor for async http data transfer |
void |
DefaultHttpKit.setHttpExecutor(HttpExecutor executor) |
| 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. |
Copyright © 2015 Hannes Dorfmann. All rights reserved.