Java com.squareup.okhttp Dispatcher fields, constructors, methods, implement or subclass

Example usage for Java com.squareup.okhttp Dispatcher fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.squareup.okhttp Dispatcher.

The text is from its open source code.

Constructor

Method

intgetMaxRequests()
intgetMaxRequestsPerHost()
voidsetMaxRequests(int maxRequests)
Set the maximum number of requests to execute concurrently.
voidsetMaxRequestsPerHost(int maxRequestsPerHost)
Set the maximum number of requests for each host to execute concurrently.