Package | Description |
---|---|
okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
Modifier and Type | Field and Description |
---|---|
(package private) Dispatcher |
OkHttpClient.dispatcher |
(package private) Dispatcher |
OkHttpClient.Builder.dispatcher |
Modifier and Type | Method and Description |
---|---|
Dispatcher |
OkHttpClient.dispatcher() |
Modifier and Type | Method and Description |
---|---|
OkHttpClient.Builder |
OkHttpClient.Builder.dispatcher(Dispatcher dispatcher)
Sets the dispatcher used to set policy and execute asynchronous requests.
|