类 CommonInterCeptor
- java.lang.Object
-
- xin.jiangqiang.net.CommonInterCeptor
-
- 所有已实现的接口:
okhttp3.Interceptor
public class CommonInterCeptor extends Object implements okhttp3.Interceptor
- 作者:
- jiangqiang
-
-
构造器概要
构造器 构造器 说明 CommonInterCeptor()
-
-
-
方法详细资料
-
intercept
@NotNull public okhttp3.Response intercept(@NotNull okhttp3.Interceptor.Chain chain) throws IOException- 指定者:
intercept在接口中okhttp3.Interceptor- 抛出:
IOException
-
-