Home
last modified time | relevance | path

Searched refs:ConfigAwareConnectionPool (Results 1 – 5 of 5) sorted by relevance

/external/okhttp/android/main/java/com/squareup/okhttp/
DConfigAwareConnectionPool.java28 public class ConfigAwareConnectionPool { class
50 private static final ConfigAwareConnectionPool instance = new ConfigAwareConnectionPool();
63 protected ConfigAwareConnectionPool(NetworkEventDispatcher networkEventDispatcher) { in ConfigAwareConnectionPool() method in ConfigAwareConnectionPool
67 private ConfigAwareConnectionPool() { in ConfigAwareConnectionPool() method in ConfigAwareConnectionPool
71 public static ConfigAwareConnectionPool getInstance() { in getInstance()
85 synchronized (ConfigAwareConnectionPool.this) { in get()
DHttpsHandler.java64 private final ConfigAwareConnectionPool configAwareConnectionPool =
65 ConfigAwareConnectionPool.getInstance();
DHttpHandler.java40 private final ConfigAwareConnectionPool configAwareConnectionPool =
41 ConfigAwareConnectionPool.getInstance();
/external/okhttp/android/test/java/com/squareup/okhttp/
DConfigAwareConnectionPoolTest.java34 assertSame(ConfigAwareConnectionPool.getInstance(), ConfigAwareConnectionPool.getInstance()); in getInstance()
40 ConfigAwareConnectionPool instance = new ConfigAwareConnectionPool(networkEventDispatcher) {}; in get()
/external/okhttp/
DREADME.android12 - com.squareup.okhttp.ConfigAwareConnectionPool - support for a