public interface org.apache.http.impl.conn.tsccm.PoolEntryRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.http.impl.conn.tsccm.PoolEntryRequest
  super_class: java.lang.Object
{
  public abstract org.apache.http.impl.conn.tsccm.BasicPoolEntry getPoolEntry(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Lorg/apache/http/impl/conn/tsccm/BasicPoolEntry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.InterruptedException, org.apache.http.conn.ConnectionPoolTimeoutException
    MethodParameters:
          Name  Flags
      timeout   
      timeUnit  

  public abstract void abortRequest();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "PoolEntryRequest.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()