public interface org.apache.http.client.ServiceUnavailableRetryStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.http.client.ServiceUnavailableRetryStrategy
  super_class: java.lang.Object
{
  public abstract boolean retryRequest(org.apache.http.HttpResponse, int, org.apache.http.protocol.HttpContext);
    descriptor: (Lorg/apache/http/HttpResponse;ILorg/apache/http/protocol/HttpContext;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      response        
      executionCount  
      context         

  public abstract long getRetryInterval();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ServiceUnavailableRetryStrategy.java"