Package com.drake.net.interceptor

Types

LogRecordInterceptor
Link copied to clipboard
open class LogRecordInterceptor @JvmOverloads() constructor(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(@IntRange(from = 1.toLong()retryCount: Int) : Interceptor
重试次数拦截器 OkHttp自带重试请求规则, 本拦截器并不推荐使用 因为长时间阻塞用户请求是不合理的, 发生错误请让用户主动重试, 例如显示缺省页或者提示