Package com.cloudera.cdp.http
package com.cloudera.cdp.http
-
ClassDescriptionAn interface defining the delay policy between retries.Implement an exponential backoff policy.RetryChecker that compares the status code of the HTTP response to the set of retriable HTTP codes.A retry handler that will never retry.A RetryChecker decides, given the number of attempts and the exception form the most recent request, whether the caller should retry or not.An interface for handling retries.Handle retry attempts with the given checker and delay policy.