public interface org.apache.http.conn.ClientConnectionRequest
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.apache.http.conn.ClientConnectionRequest
super_class: java.lang.Object
{
public abstract org.apache.http.conn.ManagedClientConnection getConnection(long, java.util.concurrent.TimeUnit);
descriptor: (JLjava/util/concurrent/TimeUnit;)Lorg/apache/http/conn/ManagedClientConnection;
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: "ClientConnectionRequest.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()