[net](../index.md) / [com.drake.net.interceptor](./index.md) ## Package com.drake.net.interceptor ### Types | Name | Summary | |---|---| | [LogRecordInterceptor](-log-record-interceptor/index.md) | 网络日志记录器 可以参考此拦截器为项目中其他网络请求库配置. 本拦截器属于标准的OkHttp拦截器适用于所有OkHttp拦截器内核的网络请求库`class LogRecordInterceptor : Interceptor` | | [NetOkHttpInterceptor](-net-ok-http-interceptor/index.md) | Net代理OkHttp的拦截器`object NetOkHttpInterceptor : Interceptor` | | [RequestInterceptor](-request-interceptor/index.md) | `interface RequestInterceptor` | | [RetryInterceptor](-retry-interceptor/index.md) | 重试次数拦截器`class RetryInterceptor : Interceptor` |