| Package | Description |
|---|---|
| com.brsanthu.googleanalytics | |
| com.brsanthu.googleanalytics.internal | |
| com.brsanthu.googleanalytics.request |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsResponse |
GoogleAnalyticsExecutor.post(GoogleAnalyticsRequest<?> request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GoogleAnalyticsResponse> |
GoogleAnalyticsExecutor.postAsync(GoogleAnalyticsRequest<?> request) |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsResponse |
GoogleAnalyticsImpl.post(GoogleAnalyticsRequest<?> request) |
protected GoogleAnalyticsResponse |
GoogleAnalyticsImpl.postBatch(GoogleAnalyticsRequest<?> gaReq) |
| Modifier and Type | Method and Description |
|---|---|
java8.util.concurrent.CompletableFuture<GoogleAnalyticsResponse> |
GoogleAnalyticsImpl.postAsync(GoogleAnalyticsRequest<?> gaReq) |
protected java8.util.concurrent.CompletableFuture<GoogleAnalyticsResponse> |
GoogleAnalyticsImpl.postSingle(GoogleAnalyticsRequest<?> gaReq) |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsResponse |
GoogleAnalyticsRequest.send() |
| Modifier and Type | Method and Description |
|---|---|
Future<GoogleAnalyticsResponse> |
GoogleAnalyticsRequest.sendAsync() |
Copyright © Sep 2013–2018 Mike Hardy. All rights reserved.