类的使用
com.lark.oapi.okhttp.internal.http2.Http2Connection
使用Http2Connection的程序包
-
com.lark.oapi.okhttp.internal.connection中Http2Connection的使用
修饰符和类型方法说明voidRealConnection.onSettings(Http2Connection connection) When settings are received, adjust the allocation limit. -
com.lark.oapi.okhttp.internal.http2中Http2Connection的使用
修饰符和类型方法说明voidHttp2Connection.Listener.onSettings(Http2Connection connection) Notification that the connection's peer's settings may have changed.限定符构造器说明Http2ExchangeCodec(OkHttpClient client, RealConnection realConnection, Interceptor.Chain chain, Http2Connection connection)