Class DelayedConnectionLevelRetryHandler

  • All Implemented Interfaces:
    org.apache.http.client.HttpRequestRetryHandler

    @Contract(threading=IMMUTABLE)
    public class DelayedConnectionLevelRetryHandler
    extends java.lang.Object
    implements org.apache.http.client.HttpRequestRetryHandler
    A HttpRequestRetryHandler that supports delayed retries.
    Author:
    bjorncs
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean retryRequest​(java.io.IOException exception, int executionCount, org.apache.http.protocol.HttpContext ctx)  
      • Methods inherited from class java.lang.Object

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

      • retryRequest

        public boolean retryRequest​(java.io.IOException exception,
                                    int executionCount,
                                    org.apache.http.protocol.HttpContext ctx)
        Specified by:
        retryRequest in interface org.apache.http.client.HttpRequestRetryHandler