//okhttp/okhttp3/OkHttpClient/Builder/dispatcher
dispatcher¶
[jvm]\ fun dispatcher(dispatcher: Dispatcher): OkHttpClient.Builder
Sets the dispatcher used to set policy and execute asynchronous requests. Must not be null.
//okhttp/okhttp3/OkHttpClient/Builder/dispatcher
[jvm]\ fun dispatcher(dispatcher: Dispatcher): OkHttpClient.Builder
Sets the dispatcher used to set policy and execute asynchronous requests. Must not be null.