Searched refs:HttpConnectionPool (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
H A DHttpConnectionPool.java42 public final class HttpConnectionPool { class
44 public static final HttpConnectionPool INSTANCE = new HttpConnectionPool();
50 private HttpConnectionPool() { method in class:HttpConnectionPool
H A DHttpURLConnectionImpl.java927 return HttpConnectionPool.INSTANCE.get(configuration, getConnectTimeout());
1003 HttpConnectionPool.INSTANCE.recycle(connection);

Completed in 58 milliseconds