| Package | Description |
|---|---|
| com.brsanthu.googleanalytics.httpclient |
| Modifier and Type | Method and Description |
|---|---|
HttpBatchRequest |
HttpBatchRequest.addRequest(HttpRequest request) |
HttpBatchRequest |
HttpBatchRequest.setRequests(List<HttpRequest> requests) |
HttpBatchRequest |
HttpBatchRequest.setUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
java8.util.concurrent.CompletableFuture<HttpBatchResponse> |
OkHttpClientImpl.postBatch(HttpBatchRequest batchReq) |
java8.util.concurrent.CompletableFuture<HttpBatchResponse> |
HttpClient.postBatch(HttpBatchRequest req) |
java8.util.concurrent.CompletableFuture<HttpBatchResponse> |
ApacheHttpClientImpl.postBatch(HttpBatchRequest req) |
Copyright © Sep 2013–2019 Mike Hardy. All rights reserved.