Class RetryClientRequestInterceptor.BackoffAndStartTime

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long backoff  
      long startTime  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • startTime

        public long startTime
      • backoff

        public long backoff
    • Constructor Detail

      • BackoffAndStartTime

        BackoffAndStartTime()