| 程序包 | 说明 |
|---|---|
| com.lark.oapi.okhttp |
An HTTP+HTTP/2 client for Android and Java applications.
|
| com.lark.oapi.okhttp.internal.cache | |
| com.lark.oapi.okhttp.internal.connection | |
| com.lark.oapi.okhttp.internal.http | |
| com.lark.oapi.okhttp.internal.http2 |
| 限定符和类型 | 方法和说明 |
|---|---|
Interceptor.Chain |
Interceptor.Chain.withConnectTimeout(int timeout,
TimeUnit unit) |
Interceptor.Chain |
Interceptor.Chain.withReadTimeout(int timeout,
TimeUnit unit) |
Interceptor.Chain |
Interceptor.Chain.withWriteTimeout(int timeout,
TimeUnit unit) |
| 限定符和类型 | 方法和说明 |
|---|---|
Response |
Interceptor.intercept(Interceptor.Chain chain) |
| 限定符和类型 | 方法和说明 |
|---|---|
Response |
CacheInterceptor.intercept(Interceptor.Chain chain) |
| 限定符和类型 | 方法和说明 |
|---|---|
Response |
ConnectInterceptor.intercept(Interceptor.Chain chain) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RealInterceptorChain
A concrete interceptor chain that carries the entire interceptor chain: all application
interceptors, the OkHttp core, all network interceptors, and finally the network caller.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Interceptor.Chain |
RealInterceptorChain.withConnectTimeout(int timeout,
TimeUnit unit) |
Interceptor.Chain |
RealInterceptorChain.withReadTimeout(int timeout,
TimeUnit unit) |
Interceptor.Chain |
RealInterceptorChain.withWriteTimeout(int timeout,
TimeUnit unit) |
| 限定符和类型 | 方法和说明 |
|---|---|
Response |
CallServerInterceptor.intercept(Interceptor.Chain chain) |
Response |
RetryAndFollowUpInterceptor.intercept(Interceptor.Chain chain) |
Response |
BridgeInterceptor.intercept(Interceptor.Chain chain) |
| 构造器和说明 |
|---|
Http2ExchangeCodec(OkHttpClient client,
RealConnection realConnection,
Interceptor.Chain chain,
Http2Connection connection) |
Copyright © 2025. All rights reserved.