Uses of Class
com.datastax.astra.internal.http.RetryHttpClient
Packages that use RetryHttpClient
Package
Description
Internal technical classes to authenticate against API endpoint.
Internal technical classes to run commands against the API.
-
Uses of RetryHttpClient in com.datastax.astra.client.auth
Fields in com.datastax.astra.client.auth declared as RetryHttpClientModifier and TypeFieldDescriptionstatic final RetryHttpClient
UsernamePasswordTokenProvider.HTTP_CLIENT
Simple Client. -
Uses of RetryHttpClient in com.datastax.astra.internal.command
Fields in com.datastax.astra.internal.command declared as RetryHttpClientModifier and TypeFieldDescriptionprotected RetryHttpClient
AbstractCommandRunner.httpClient
Http client reused when properties not override.