Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DDispatcher.java38 private int maxRequestsPerHost = 5; field in Dispatcher
95 public synchronized void setMaxRequestsPerHost(int maxRequestsPerHost) { in setMaxRequestsPerHost()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DDispatcher.java40 private int maxRequestsPerHost = 5; field in Dispatcher
97 public synchronized void setMaxRequestsPerHost(int maxRequestsPerHost) { in setMaxRequestsPerHost()