类的使用
com.lark.oapi.okhttp.internal.http2.Http2Stream
使用Http2Stream的程序包
-
com.lark.oapi.okhttp.internal.connection中Http2Stream的使用
-
com.lark.oapi.okhttp.internal.http2中Http2Stream的使用
修饰符和类型方法说明Returns a new locally-initiated stream.Http2Connection.pushStream(int associatedStreamId, List<Header> requestHeaders, boolean out) Returns a new server-initiated stream.修饰符和类型方法说明abstract voidHttp2Connection.Listener.onStream(Http2Stream stream) Handle a new stream from this connection's peer.