接口的使用
com.lark.oapi.okhttp.Interceptor.Chain
使用Interceptor.Chain的程序包
程序包
说明
An HTTP+HTTP/2 client for Android and Java applications.
-
com.lark.oapi.okhttp中Interceptor.Chain的使用
修饰符和类型方法说明Interceptor.Chain.withConnectTimeout(int timeout, TimeUnit unit) Interceptor.Chain.withReadTimeout(int timeout, TimeUnit unit) Interceptor.Chain.withWriteTimeout(int timeout, TimeUnit unit) 参数类型为Interceptor.Chain的com.lark.oapi.okhttp中的方法 -
com.lark.oapi.okhttp.internal.cache中Interceptor.Chain的使用
-
com.lark.oapi.okhttp.internal.connection中Interceptor.Chain的使用
-
com.lark.oapi.okhttp.internal.http中Interceptor.Chain的使用
修饰符和类型类说明final classA concrete interceptor chain that carries the entire interceptor chain: all application interceptors, the OkHttp core, all network interceptors, and finally the network caller.修饰符和类型方法说明RealInterceptorChain.withConnectTimeout(int timeout, TimeUnit unit) RealInterceptorChain.withReadTimeout(int timeout, TimeUnit unit) RealInterceptorChain.withWriteTimeout(int timeout, TimeUnit unit) 修饰符和类型方法说明BridgeInterceptor.intercept(Interceptor.Chain chain) CallServerInterceptor.intercept(Interceptor.Chain chain) RetryAndFollowUpInterceptor.intercept(Interceptor.Chain chain) -
com.lark.oapi.okhttp.internal.http2中Interceptor.Chain的使用
限定符构造器说明Http2ExchangeCodec(OkHttpClient client, RealConnection realConnection, Interceptor.Chain chain, Http2Connection connection)