©2008 Google -
Code Home -
Terms of Service -
Privacy Policy -
Feedback -
Site Directory
Google Code offered in:
中文 -
English -
Português -
Pусский -
Español -
日本語
| org.apache.http.impl.conn.tsccm.PoolEntryRequest |
Encapsulates a request for a BasicPoolEntry.
| void | abortRequest() | |||||
| Aborts the active or next call to getPoolEntry(long, TimeUnit). | ||||||
| BasicPoolEntry | getPoolEntry(long timeout, TimeUnit tunit) | |||||
| Obtains a pool entry with a connection within the given timeout. | ||||||
| timeout | the timeout, 0 or negative for no timeout |
|---|---|
| tunit | the unit for the timeout,
may be null only if there is no timeout |
| ConnectionPoolTimeoutException | if the timeout expired |
|---|---|
| InterruptedException | if the calling thread was interrupted or the request was aborted |