Uses of Class
org.matomo.java.tracking.MatomoRequest
Packages that use MatomoRequest
-
Uses of MatomoRequest in org.matomo.java.tracking
Methods in org.matomo.java.tracking that return MatomoRequestMethods in org.matomo.java.tracking with parameters of type MatomoRequestModifier and TypeMethodDescriptionorg.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 MatomoRequestModifier and TypeMethodDescriptionorg.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