Class RetryConfig
- java.lang.Object
-
- net.lenni0451.commons.httpclient.retry.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)
-
-
-
Constructor Detail
-
RetryConfig
public RetryConfig()
-
RetryConfig
public RetryConfig(int maxConnectRetries, int maxResponseRetries)
-
RetryConfig
public RetryConfig(int maxConnectRetries, int maxResponseRetries, @Nonnull RetryHandler retryHandler)
-
-