| 程序包 | 说明 |
|---|---|
| com.lark.oapi.okhttp.internal.connection | |
| com.lark.oapi.okhttp.internal.http2 |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RealConnection.onStream(Http2Stream stream)
Refuse incoming streams.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Http2Stream |
Http2Connection.newStream(List<Header> requestHeaders,
boolean out)
Returns a new locally-initiated stream.
|
Http2Stream |
Http2Connection.pushStream(int associatedStreamId,
List<Header> requestHeaders,
boolean out)
Returns a new server-initiated stream.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
Http2Connection.Listener.onStream(Http2Stream stream)
Handle a new stream from this connection's peer.
|
Copyright © 2025. All rights reserved.