程序包 gateway.api
类 OkHttpClientInterceptor
java.lang.Object
gateway.api.OkHttpClientInterceptor
- 所有已实现的接口:
okhttp3.Interceptor
- 直接已知子类:
OkHttpClientJwtInterceptor
OkHttp请求拦截器
- 作者:
- neeker
-
嵌套类概要
从接口继承的嵌套类/接口 okhttp3.Interceptor
okhttp3.Interceptor.Chain, okhttp3.Interceptor.Companion -
字段概要
字段从接口继承的字段 okhttp3.Interceptor
Companion -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain) protected okhttp3.Request.BuildernewRequestBuilder(okhttp3.Interceptor.Chain chain)
-
字段详细资料
-
userAgent
-
-
构造器详细资料
-
OkHttpClientInterceptor
-
-
方法详细资料
-
newRequestBuilder
protected okhttp3.Request.Builder newRequestBuilder(okhttp3.Interceptor.Chain chain) -
intercept
- 指定者:
intercept在接口中okhttp3.Interceptor- 抛出:
IOException
-