Package com.drake.net.interceptor

Types

LogRecordInterceptor
Link copied to clipboard
open class LogRecordInterceptor(enabled: Boolean, requestByteCount: Long, responseByteCount: Long) : Interceptor
网络日志记录器 可以参考此拦截器为项目中其他网络请求库配置.
NetOkHttpInterceptor
Link copied to clipboard
object NetOkHttpInterceptor : Interceptor
Net代理OkHttp的拦截器
RequestInterceptor
Link copied to clipboard
interface RequestInterceptor
RetryInterceptor
Link copied to clipboard
class RetryInterceptor(retryCount: Int) : Interceptor
重试次数拦截器