Home
last modified time | relevance | path

Searched refs:CONNECTION_POOL_MAX_IDLE_CONNECTIONS (Results 1 – 2 of 2) sorted by relevance

/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/
DConfigAwareConnectionPool.java34 private static final int CONNECTION_POOL_MAX_IDLE_CONNECTIONS; field in ConfigAwareConnectionPool
44 CONNECTION_POOL_MAX_IDLE_CONNECTIONS = 0;
46 CONNECTION_POOL_MAX_IDLE_CONNECTIONS = Integer.parseInt(maxIdleConnectionsProperty);
48 CONNECTION_POOL_MAX_IDLE_CONNECTIONS = 5;
98 CONNECTION_POOL_MAX_IDLE_CONNECTIONS, CONNECTION_POOL_KEEP_ALIVE_DURATION_MS); in get()
/external/okhttp/android/src/main/java/com/squareup/okhttp/
DConfigAwareConnectionPool.java32 private static final int CONNECTION_POOL_MAX_IDLE_CONNECTIONS; field in ConfigAwareConnectionPool
42 CONNECTION_POOL_MAX_IDLE_CONNECTIONS = 0;
44 CONNECTION_POOL_MAX_IDLE_CONNECTIONS = Integer.parseInt(maxIdleConnectionsProperty);
46 CONNECTION_POOL_MAX_IDLE_CONNECTIONS = 5;
96 CONNECTION_POOL_MAX_IDLE_CONNECTIONS, CONNECTION_POOL_KEEP_ALIVE_DURATION_MS); in get()