| 程序包 | 说明 |
|---|---|
| com.lark.oapi.okhttp.internal.connection | |
| com.lark.oapi.okhttp.internal.http | |
| com.lark.oapi.okhttp.internal.http1 | |
| com.lark.oapi.okhttp.internal.http2 |
| 限定符和类型 | 字段和说明 |
|---|---|
RealConnection |
Transmitter.connection |
| 限定符和类型 | 方法和说明 |
|---|---|
RealConnection |
Exchange.connection() |
| 限定符和类型 | 方法和说明 |
|---|---|
RealConnection |
ExchangeCodec.connection()
Returns the connection that carries this codec.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RealConnection |
Http1ExchangeCodec.connection() |
| 构造器和说明 |
|---|
Http1ExchangeCodec(OkHttpClient client,
RealConnection realConnection,
BufferedSource source,
BufferedSink sink) |
| 限定符和类型 | 方法和说明 |
|---|---|
RealConnection |
Http2ExchangeCodec.connection() |
| 构造器和说明 |
|---|
Http2ExchangeCodec(OkHttpClient client,
RealConnection realConnection,
Interceptor.Chain chain,
Http2Connection connection) |
Copyright © 2024. All rights reserved.