类 NetInterceptor
java.lang.Object
com.tencent.core.intercept.NetInterceptor
- 所有已实现的接口:
okhttp3.Interceptor
public class NetInterceptor
extends java.lang.Object
implements okhttp3.Interceptor
-
嵌套类概要
-
构造器概要
构造器 构造器 说明 NetInterceptor() -
方法概要
修饰符和类型 方法 说明 okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)
-
构造器详细资料
-
NetInterceptor
public NetInterceptor()
-
-
方法详细资料
-
intercept
public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws java.io.IOException- 指定者:
intercept在接口中okhttp3.Interceptor- 抛出:
java.io.IOException
-