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

  /external/okhttp/android/main/java/com/squareup/okhttp/
ConfigAwareConnectionPool.java 24 * A provider of the shared Android {@link ConnectionPool}. This class is aware of network
55 * {@code true} if the ConnectionPool reset has been registered with the
60 private ConnectionPool connectionPool;
76 * Returns the current {@link ConnectionPool} to use.
78 public synchronized ConnectionPool get() {
79 if (connectionPool == null) {
80 // Only register the listener once the first time a ConnectionPool is created.
87 // re-used. By setting connectionPool to null it ensures that the next time
89 ConnectionPool oldConnectionPool = connectionPool
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ThreadSafeClientConnManager.java 82 protected final AbstractConnPool connectionPool;
103 this.connectionPool = createConnectionPool(params);
160 final PoolEntryRequest poolRequest = connectionPool.requestPoolEntry(
253 connectionPool.freeEntry(entry, reusable, validDuration, timeUnit);
261 connectionPool.shutdown();
276 return ((ConnPoolByRoute)connectionPool).getConnectionsInPool(
290 synchronized (connectionPool) {
291 return connectionPool.numConnections; //@@@
299 connectionPool.closeIdleConnections(idleTimeout, tunit);
300 connectionPool.deleteClosedConnections()
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
OkHttpClient.java 68 private ConnectionPool connectionPool;
263 * <p>If unset, the {@link ConnectionPool#getDefault() system-wide
266 public OkHttpClient setConnectionPool(ConnectionPool connectionPool) {
267 this.connectionPool = connectionPool;
271 public ConnectionPool getConnectionPool() {
272 return connectionPool;
502 if (result.connectionPool == null)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 

Completed in 813 milliseconds