Class RetryConfig


  • public class RetryConfig
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RetryConfig()  
      RetryConfig​(int maxConnectRetries, int maxResponseRetries)  
      RetryConfig​(int maxConnectRetries, int maxResponseRetries, RetryHandler retryHandler)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • RetryConfig

        public RetryConfig()
      • RetryConfig

        public RetryConfig​(int maxConnectRetries,
                           int maxResponseRetries)
      • RetryConfig

        public RetryConfig​(int maxConnectRetries,
                           int maxResponseRetries,
                           @Nonnull
                           RetryHandler retryHandler)