Uses of Class
org.matomo.java.tracking.MatomoRequest
-
Packages that use MatomoRequest Package Description org.matomo.java.tracking org.piwik.java.tracking -
-
Uses of MatomoRequest in org.matomo.java.tracking
Methods in org.matomo.java.tracking that return MatomoRequest Modifier and Type Method Description MatomoRequestMatomoRequestBuilder. build()Methods in org.matomo.java.tracking with parameters of type MatomoRequest Modifier and Type Method Description org.apache.http.HttpResponseMatomoTracker. sendRequest(@NonNull MatomoRequest request)Deprecated.use sendRequestAsync insteadFuture<org.apache.http.HttpResponse>MatomoTracker. sendRequestAsync(@NonNull MatomoRequest request)Send a request.Future<org.apache.http.HttpResponse>MatomoTracker. sendRequestAsync(@NonNull MatomoRequest request, org.apache.http.concurrent.FutureCallback<org.apache.http.HttpResponse> callback)Send a request.Method parameters in org.matomo.java.tracking with type arguments of type MatomoRequest Modifier and Type Method Description org.apache.http.HttpResponseMatomoTracker. sendBulkRequest(@NonNull Iterable<? extends MatomoRequest> requests)Deprecated.use sendBulkRequestAsync insteadorg.apache.http.HttpResponseMatomoTracker. sendBulkRequest(@NonNull Iterable<? extends MatomoRequest> requests, String authToken)Deprecated.use sendBulkRequestAsync insteadFuture<org.apache.http.HttpResponse>MatomoTracker. sendBulkRequestAsync(@NonNull Iterable<? extends MatomoRequest> requests)Send multiple requests in a single HTTP call.Future<org.apache.http.HttpResponse>MatomoTracker. sendBulkRequestAsync(@NonNull Iterable<? extends MatomoRequest> requests, String authToken)Send multiple requests in a single HTTP call.Future<org.apache.http.HttpResponse>MatomoTracker. sendBulkRequestAsync(@NonNull Iterable<? extends MatomoRequest> requests, String authToken, org.apache.http.concurrent.FutureCallback<org.apache.http.HttpResponse> callback)Send multiple requests in a single HTTP call.Future<org.apache.http.HttpResponse>MatomoTracker. sendBulkRequestAsync(@NonNull Iterable<? extends MatomoRequest> requests, org.apache.http.concurrent.FutureCallback<org.apache.http.HttpResponse> callback)Send multiple requests in a single HTTP call. -
Uses of MatomoRequest in org.piwik.java.tracking
Subclasses of MatomoRequest in org.piwik.java.tracking Modifier and Type Class Description classPiwikRequestDeprecated.UseMatomoRequestinstead.
-