| 类 | 说明 |
|---|---|
| GzipInterceptor | |
| LoggingInterceptor | |
| RedirectInterceptor |
自定义跳转拦截器
处理当发生3XX错误时,自动关闭response.body并且重新定义一个新的Response 注意:Interceptor里的参数传递只能作用在url参数或者form表单中处理, 如果需要设置page等方法参数会比较麻烦,因此放弃处理这些业务逻辑方法 |
| RetryInterceptor |
OKHttp请求重试
|
Copyright © 2018. All rights reserved.