| Package | Description |
|---|---|
| com.brsanthu.googleanalytics.httpclient | |
| com.brsanthu.googleanalytics.internal |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpRequest.addBodyParam(String key,
String value) |
HttpRequest |
HttpRequest.post() |
HttpRequest |
HttpRequest.setContentType(String contentType) |
HttpRequest |
HttpRequest.setMethod(String method) |
HttpRequest |
HttpRequest.setUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
List<HttpRequest> |
HttpBatchRequest.getRequests() |
| Modifier and Type | Method and Description |
|---|---|
HttpBatchRequest |
HttpBatchRequest.addRequest(HttpRequest request) |
protected List<org.apache.http.NameValuePair> |
ApacheHttpClientImpl.createNameValuePairs(HttpRequest req) |
java8.util.concurrent.CompletableFuture<HttpResponse> |
OkHttpClientImpl.post(HttpRequest req) |
java8.util.concurrent.CompletableFuture<HttpResponse> |
HttpClient.post(HttpRequest req) |
java8.util.concurrent.CompletableFuture<HttpResponse> |
ApacheHttpClientImpl.post(HttpRequest req) |
| Modifier and Type | Method and Description |
|---|---|
HttpBatchRequest |
HttpBatchRequest.setRequests(List<HttpRequest> requests) |
| Modifier and Type | Field and Description |
|---|---|
protected List<HttpRequest> |
GoogleAnalyticsImpl.currentBatch |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GoogleAnalyticsImpl.processCustomDimensionParameters(GoogleAnalyticsRequest<?> request,
HttpRequest req)
Processes the custom dimensions and adds the values to list of parameters,
which would be posted to GA.
|
protected void |
GoogleAnalyticsImpl.processCustomMetricParameters(GoogleAnalyticsRequest<?> request,
HttpRequest req)
Processes the custom metrics and adds the values to list of parameters, which
would be posted to GA.
|
protected void |
GoogleAnalyticsImpl.processParameters(GoogleAnalyticsRequest<?> request,
HttpRequest req) |
Copyright © Sep 2013–2018 Mike Hardy. All rights reserved.