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

  public abstract java.net.URI getLocationURI(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext);
    descriptor: (Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)Ljava/net/URI;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.http.ProtocolException
    MethodParameters:
          Name  Flags
      response  
      context   
}
SourceFile: "RedirectHandler.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()