| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit.request.multi | |
| com.hannesdorfmann.httpkit.request.responseworker |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpMultiResponseWorker<R>
A
HttpMultiResponseWorker will execute a HttpMultiRequest,
wait for the results and then will call
#doInBackground(HttpResponse...)) to proceed the |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpRequestResponseWorker<HttpResponseType,FeedBuilderResult>
This is a
FeedBuilder that is also a HttpResponseReceiver. |
| Modifier and Type | Method and Description |
|---|---|
static <P,R> Future<?> |
ResponseWorkerExecutor.build(ResponseWorker<P,R> responseWorker,
List<P> params)
This method invokes the building process, by adding the passed
FeedBuilder to the internal queue and will be executed somewhen
in the future |
| Constructor and Description |
|---|
ResponseWorkerRunnable(ResponseWorker<Parameter,Result> worker,
List<Parameter> params) |
Copyright © 2015 Hannes Dorfmann. All rights reserved.