Home
last modified time | relevance | path

Searched refs:PoolEntryRequest (Results 1 – 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DPoolEntryRequest.java45 public interface PoolEntryRequest { interface
DConnPoolByRoute.java222 public PoolEntryRequest requestPoolEntry( in requestPoolEntry()
228 return new PoolEntryRequest() { in requestPoolEntry()
DAbstractConnPool.java178 public abstract PoolEntryRequest requestPoolEntry(HttpRoute route, Object state); in requestPoolEntry()
DThreadSafeClientConnManager.java160 final PoolEntryRequest poolRequest = connectionPool.requestPoolEntry( in requestConnection()
/external/apache-http/
Dart-profile427 …e/http/conn/routing/HttpRoute;Ljava/lang/Object;)Lorg/apache/http/impl/conn/tsccm/PoolEntryRequest;
428 HPLorg/apache/http/impl/conn/tsccm/PoolEntryRequest;->abortRequest()V
429 HPLorg/apache/http/impl/conn/tsccm/PoolEntryRequest;->getPoolEntry(JLjava/util/concurrent/TimeUnit;…
437 …/tsccm/ThreadSafeClientConnManager;Lorg/apache/http/impl/conn/tsccm/PoolEntryRequest;Lorg/apache/h…
944 …e/http/conn/routing/HttpRoute;Ljava/lang/Object;)Lorg/apache/http/impl/conn/tsccm/PoolEntryRequest;
/external/apache-http/api/
Dcurrent.txt2858 …method @Deprecated public abstract org.apache.http.impl.conn.tsccm.PoolEntryRequest requestPoolEnt…
2903 …method @Deprecated public org.apache.http.impl.conn.tsccm.PoolEntryRequest requestPoolEntry(org.ap…
2911 @Deprecated public interface PoolEntryRequest {