Package | Description |
---|---|
okhttp3.internal.connection | |
okhttp3.internal.http2 |
Modifier and Type | Method and Description |
---|---|
void |
RealConnection.onSettings(Http2Connection connection)
When settings are received, adjust the allocation limit.
|
Modifier and Type | Method and Description |
---|---|
Http2Connection |
Http2Connection.Builder.build() |
Http2Connection |
Http2Stream.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
Http2Connection.Listener.onSettings(Http2Connection connection)
Notification that the connection's peer's settings may have changed.
|
Constructor and Description |
---|
Http2Codec(OkHttpClient client,
Interceptor.Chain chain,
StreamAllocation streamAllocation,
Http2Connection connection) |
Copyright © 2019. All rights reserved.