public interface org.apache.http.client.methods.HttpExecutionAware
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.http.client.methods.HttpExecutionAware
  super_class: java.lang.Object
{
  public abstract boolean isAborted();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setCancellable(org.apache.http.concurrent.Cancellable);
    descriptor: (Lorg/apache/http/concurrent/Cancellable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      cancellable  
}
SourceFile: "HttpExecutionAware.java"