public class OkHttpHooker extends Object
| Modifier and Type | Field and Description |
|---|---|
static okhttp3.Dns |
globalDns |
static List<okhttp3.Interceptor> |
globalInterceptors |
static List<okhttp3.Interceptor> |
globalNetworkInterceptors |
| Constructor and Description |
|---|
OkHttpHooker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
installDns(okhttp3.Dns dns) |
static void |
installInterceptor(okhttp3.Interceptor interceptor) |
static void |
installNetworkInterceptors(okhttp3.Interceptor networkInterceptor) |