HomeSort by relevance Sort by last modified time
    Searched refs:connectionPool (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpConnectionPool.java 47 private final HashMap<HttpConnection.Address, List<HttpConnection>> connectionPool
72 synchronized (connectionPool) {
73 List<HttpConnection> connections = connectionPool.get(address);
81 connectionPool.remove(address);
95 synchronized (connectionPool) {
96 List<HttpConnection> connections = connectionPool.get(address);
99 connectionPool.put(address, connections);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ThreadSafeClientConnManager.java 75 protected final AbstractConnPool connectionPool;
97 this.connectionPool = createConnectionPool(params);
154 final PoolEntryRequest poolRequest = connectionPool.requestPoolEntry(
225 connectionPool.freeEntry(entry, reusable, validDuration, timeUnit);
233 connectionPool.shutdown();
248 return ((ConnPoolByRoute)connectionPool).getConnectionsInPool(
262 synchronized (connectionPool) {
263 return connectionPool.numConnections; //@@@
271 connectionPool.closeIdleConnections(idleTimeout, tunit);
272 connectionPool.deleteClosedConnections()
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 2301 milliseconds