Example usage for Java com.squareup.okhttp Dispatcher fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getMaxRequests() |
int | getMaxRequestsPerHost() |
void | setMaxRequests(int maxRequests) Set the maximum number of requests to execute concurrently. |
void | setMaxRequestsPerHost(int maxRequestsPerHost) Set the maximum number of requests for each host to execute concurrently. |