Class AsyncHttpRequestRetryExec.State

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.apache.hc.core5.util.TimeValue delay  
      (package private) boolean retrying  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private State()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • retrying

        volatile boolean retrying
      • delay

        volatile org.apache.hc.core5.util.TimeValue delay
    • Constructor Detail

      • State

        private State()