Home
last modified time | relevance | path

Searched defs:connectionCount (Results 1 – 2 of 2) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DSocksProxy.java60 private AtomicInteger connectionCount = new AtomicInteger(); field in SocksProxy
86 public int connectionCount() { in connectionCount() method in SocksProxy
/external/apache-http/android/src/android/net/http/
DRequestQueue.java73 ActivePool(int connectionCount) { in ActivePool()
205 public RequestQueue(Context context, int connectionCount) { in RequestQueue()