|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchCallback | |
|---|---|
| com.google.api.client.googleapis.batch | Batch for Google API's. |
| com.google.api.client.googleapis.batch.json | JSON batch for Google API's. |
| Uses of BatchCallback in com.google.api.client.googleapis.batch |
|---|
| Methods in com.google.api.client.googleapis.batch with parameters of type BatchCallback | ||
|---|---|---|
|
BatchRequest.queue(HttpRequest httpRequest,
Class<T> dataClass,
Class<E> errorClass,
BatchCallback<T,E> callback)
Queues the specified HttpRequest for batched execution. |
|
| Uses of BatchCallback in com.google.api.client.googleapis.batch.json |
|---|
| Classes in com.google.api.client.googleapis.batch.json that implement BatchCallback | |
|---|---|
class |
JsonBatchCallback<T>
Callback for an individual batch JSON response. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||