Searched defs:ConfigAwareConnectionPool (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/android/main/java/com/squareup/okhttp/
H A DConfigAwareConnectionPool.java28 public class ConfigAwareConnectionPool { class
50 private static final ConfigAwareConnectionPool instance = new ConfigAwareConnectionPool();
63 protected ConfigAwareConnectionPool(NetworkEventDispatcher networkEventDispatcher) { method in class:ConfigAwareConnectionPool
67 private ConfigAwareConnectionPool() { method in class:ConfigAwareConnectionPool
71 public static ConfigAwareConnectionPool getInstance() {
85 synchronized (ConfigAwareConnectionPool.this) {

Completed in 67 milliseconds