Class BLAggressiveRetryStrategy
java.lang.Object
org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
com.io7m.brooklime.vanilla.internal.BLAggressiveRetryStrategy
- All Implemented Interfaces:
org.apache.hc.client5.http.HttpRequestRetryStrategy
public final class BLAggressiveRetryStrategy
extends org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
A retry strategy that doesn't consider any exception to be "non-retriable".
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BLAggressiveRetryStrategy(int maxRetries, org.apache.hc.core5.util.TimeValue defaultRetryInterval) -
Method Summary
-
Constructor Details
-
BLAggressiveRetryStrategy
public BLAggressiveRetryStrategy(int maxRetries, org.apache.hc.core5.util.TimeValue defaultRetryInterval)
-