Class AutoValue_RetryHttpClient

    • Field Detail

      • maxRetries

        private final int maxRetries
      • retryInterval

        private final long retryInterval
      • retryIntervalUnit

        private final java.util.concurrent.TimeUnit retryIntervalUnit
      • log

        private final Logger log
    • Constructor Detail

      • AutoValue_RetryHttpClient

        private AutoValue_RetryHttpClient​(int maxRetries,
                                          long retryInterval,
                                          java.util.concurrent.TimeUnit retryIntervalUnit,
                                          HttpClient delegate,
                                          Logger log)