Home
last modified time | relevance | path

Searched refs:setMaxRequestsPerHost (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDispatcherTest.java24 dispatcher.setMaxRequestsPerHost(10); in setUp()
37 dispatcher.setMaxRequestsPerHost(0); in maxPerHostZero()
58 dispatcher.setMaxRequestsPerHost(2); in maxPerHostEnforced()
77 dispatcher.setMaxRequestsPerHost(2); in increasingMaxPerHostPromotesJobsImmediately()
83 dispatcher.setMaxRequestsPerHost(4); in increasingMaxPerHostPromotesJobsImmediately()
97 dispatcher.setMaxRequestsPerHost(1); in oldJobFinishesNewJobWithSameHostStarts()
107 dispatcher.setMaxRequestsPerHost(1); in oldJobFinishesNewJobCantRunDueToHostLimit()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DDispatcher.java95 public synchronized void setMaxRequestsPerHost(int maxRequestsPerHost) { in setMaxRequestsPerHost() method in Dispatcher
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DDispatcher.java97 public synchronized void setMaxRequestsPerHost(int maxRequestsPerHost) { in setMaxRequestsPerHost() method in Dispatcher