| 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 |
|---|---|
private Http2Connection |
Http2Codec.connection |
(package private) Http2Connection |
Http2Stream.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 |
|---|
Http2Codec(OkHttpClient client,
Interceptor.Chain chain,
StreamAllocation streamAllocation,
Http2Connection connection) |
Http2Stream(int id,
Http2Connection connection,
boolean outFinished,
boolean inFinished,
java.util.List<Header> requestHeaders) |