Searched refs:connectionPool (Results 1 - 9 of 9) sorted by relevance

/external/okhttp/android/main/java/com/squareup/okhttp/
H A DConfigAwareConnectionPool.java60 private ConnectionPool connectionPool; field in class:ConfigAwareConnectionPool
79 if (connectionPool == null) {
87 // re-used. By setting connectionPool to null it ensures that the next time
89 connectionPool = null;
95 connectionPool = new ConnectionPool(
98 return connectionPool;
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DThreadSafeClientConnManager.java77 protected final AbstractConnPool connectionPool; field in class:ThreadSafeClientConnManager
98 this.connectionPool = createConnectionPool(params);
155 final PoolEntryRequest poolRequest = connectionPool.requestPoolEntry(
248 connectionPool.freeEntry(entry, reusable, validDuration, timeUnit);
256 connectionPool.shutdown();
271 return ((ConnPoolByRoute)connectionPool).getConnectionsInPool(
285 synchronized (connectionPool) {
286 return connectionPool.numConnections; //@@@
294 connectionPool.closeIdleConnections(idleTimeout, tunit);
295 connectionPool
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpClient.java68 private ConnectionPool connectionPool; field in class:OkHttpClient
266 public OkHttpClient setConnectionPool(ConnectionPool connectionPool) { argument
267 this.connectionPool = connectionPool;
272 return connectionPool;
502 if (result.connectionPool == null) {
503 result.connectionPool = ConnectionPool.getDefault();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 382 milliseconds