HomeSort by relevance Sort by last modified time
    Searched defs:ConnectionPool (Results 1 - 10 of 10) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java 58 public final class ConnectionPool {
61 private static final ConnectionPool systemDefault;
71 systemDefault = new ConnectionPool(0, keepAliveDurationMs);
73 systemDefault = new ConnectionPool(Integer.parseInt(maxIdleConnections), keepAliveDurationMs);
75 systemDefault = new ConnectionPool(5, keepAliveDurationMs);
86 new LinkedBlockingQueue<Runnable>(), Util.threadFactory("OkHttp ConnectionPool", true));
99 synchronized (ConnectionPool.this) {
101 ConnectionPool.this.wait(waitMillis, (int) waitNanos);
113 public ConnectionPool(int maxIdleConnections, long keepAliveDurationMs) {
117 public ConnectionPool(int maxIdleConnections, long keepAliveDuration, TimeUnit timeUnit)
    [all...]
  /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
Main.java 19 import com.squareup.okhttp.ConnectionPool;
186 client.setConnectionPool(ConnectionPool.getDefault());
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1244 milliseconds