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

    Fields inherited from class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy

    INSTANCE
  • Constructor Summary

    Constructors 
    Constructor Description
    BLAggressiveRetryStrategy​(int maxRetries, org.apache.hc.core5.util.TimeValue defaultRetryInterval)  
  • Method Summary

    Methods inherited from class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy

    getRetryInterval, handleAsIdempotent, retryRequest, retryRequest

    Methods inherited from class java.lang.Object

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

    • BLAggressiveRetryStrategy

      public BLAggressiveRetryStrategy​(int maxRetries, org.apache.hc.core5.util.TimeValue defaultRetryInterval)