Uses of Class
org.keycloak.connections.httpclient.RetryConfig.Builder
Packages that use RetryConfig.Builder
-
Uses of RetryConfig.Builder in org.keycloak.connections.httpclient
Methods in org.keycloak.connections.httpclient that return RetryConfig.BuilderModifier and TypeMethodDescriptionRetryConfig.Builder.backoffMultiplier(double backoffMultiplier) Sets the multiplier used for exponential backoff between retry attempts.RetryConfig.Builder.connectionTimeoutMillis(int connectionTimeoutMillis) Sets the connection timeout in milliseconds.RetryConfig.Builder.initialBackoffMillis(long initialBackoffMillis) Sets the initial backoff time in milliseconds before the first retry attempt.RetryConfig.Builder.jitterFactor(double jitterFactor) Sets the jitter factor to apply to backoff times.RetryConfig.Builder.maxRetries(int maxRetries) Sets the maximum number of retry attempts.RetryConfig.Builder.socketTimeoutMillis(int socketTimeoutMillis) Sets the socket timeout in milliseconds.RetryConfig.Builder.useJitter(boolean useJitter) Sets whether to apply jitter to backoff times.