Uses of Interface
org.apache.http.impl.conn.tsccm.PoolEntryRequest
-
Packages that use PoolEntryRequest Package Description org.apache.http.impl.conn.tsccm Deprecated. -
-
Uses of PoolEntryRequest in org.apache.http.impl.conn.tsccm
Methods in org.apache.http.impl.conn.tsccm that return PoolEntryRequest Modifier and Type Method Description abstract PoolEntryRequest
AbstractConnPool. requestPoolEntry(HttpRoute route, java.lang.Object state)
Deprecated.Returns a newPoolEntryRequest
, from which aBasicPoolEntry
can be obtained, or the request can be aborted.PoolEntryRequest
ConnPoolByRoute. requestPoolEntry(HttpRoute route, java.lang.Object state)
Deprecated.
-