public class OkHttpConfig
| Constructor and Description |
|---|
OkHttpConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptor(okhttp3.Interceptor interceptor) |
void |
addNetworkInterceptor(okhttp3.Interceptor interceptor) |
void |
config(kotlin.jvm.functions.Function1<? super okhttp3.OkHttpClient.Builder,kotlin.Unit> block) |