Uses of Interface
org.apache.http.impl.conn.tsccm.PoolEntryRequest

Packages that use PoolEntryRequest
org.apache.http.impl.conn.tsccm The implementation of a thread-safe client connection manager. 
 

Uses of PoolEntryRequest in org.apache.http.impl.conn.tsccm
 

Methods in org.apache.http.impl.conn.tsccm that return PoolEntryRequest
abstract  PoolEntryRequest AbstractConnPool.requestPoolEntry(HttpRoute route, Object state)
          Returns a new PoolEntryRequest, from which a BasicPoolEntry can be obtained, or the request can be aborted.
 PoolEntryRequest ConnPoolByRoute.requestPoolEntry(HttpRoute route, Object state)
           
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.