Package | Description |
---|---|
okhttp3.internal.connection | |
okhttp3.internal.http2 |
Modifier and Type | Field and Description |
---|---|
private Http2Connection |
RealConnection.http2Connection |
Modifier and Type | Method and Description |
---|---|
void |
RealConnection.onSettings(Http2Connection connection)
When settings are received, adjust the allocation limit.
|
Modifier and Type | Field and Description |
---|---|
(package private) Http2Connection |
Http2Stream.connection |
private Http2Connection |
Http2ExchangeCodec.connection |
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 |
---|
Http2ExchangeCodec(OkHttpClient client,
RealConnection realConnection,
Interceptor.Chain chain,
Http2Connection connection) |
Http2Stream(int id,
Http2Connection connection,
boolean outFinished,
boolean inFinished,
Headers headers) |