Java org.apache.http.conn ClientConnectionRequest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.conn ClientConnectionRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.conn ClientConnectionRequest.

The text is from its open source code.

Constructor

Method

voidabortRequest()
Aborts the call to #getConnection(long,TimeUnit) , causing it to throw an InterruptedException .
ManagedClientConnectiongetConnection(long timeout, TimeUnit tunit)
Obtains a connection within a given time.