public org.apache.http.impl.conn.tsccm.BasicPoolEntry | getPoolEntry(long timeout, java.util.concurrent.TimeUnit tunit)Obtains a pool entry with a connection within the given timeout.
If {@link #abortRequest()} is called before this completes
an {@link InterruptedException} is thrown.
|