| Interface | Description |
|---|---|
| HttpMultiResponseReceiver |
The HttpMultiResponseReceiver used with
HttpMultiRequest |
| Class | Description |
|---|---|
| HttpMultiRequest |
A
HttpMultiRequest executes arbitrary many (but more than 1 required)
HttpRequests and waits for therer responses before the
HttpMultiResponseReceiver gets notified about the success by calling
HttpMultiResponseReceiver.onSuccessful(HttpResponse...). |
| HttpMultiResponseWorker<R> |
A
HttpMultiResponseWorker will execute a HttpMultiRequest,
wait for the results and then will call
#doInBackground(HttpResponse...)) to proceed the |
Copyright © 2015 Hannes Dorfmann. All rights reserved.