index.md 767 B

net / com.drake.net.interceptor

Package com.drake.net.interceptor

Types

Name Summary
LogRecordInterceptor 网络日志记录器 可以参考此拦截器为项目中其他网络请求库配置. 本拦截器属于标准的OkHttp拦截器适用于所有OkHttp拦截器内核的网络请求库class LogRecordInterceptor : Interceptor
NetOkHttpInterceptor Net代理OkHttp的拦截器object NetOkHttpInterceptor : Interceptor
RequestInterceptor interface RequestInterceptor
RetryInterceptor 重试次数拦截器class RetryInterceptor : Interceptor