Class AutoValue_RetryHttpClient

  • All Implemented Interfaces:
    HttpClient

    @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_RetryHttpClient
    extends 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)