Package | Description |
---|---|
okhttp3.internal.http2 |
Modifier and Type | Field and Description |
---|---|
(package private) Settings |
Http2Connection.okHttpSettings
Settings we communicate to the peer.
|
(package private) Settings |
Http2Connection.peerSettings
Settings we receive from the peer.
|
Modifier and Type | Method and Description |
---|---|
(package private) Settings |
Settings.set(int id,
int value) |
Modifier and Type | Method and Description |
---|---|
private void |
Http2Connection.ReaderRunnable.applyAndAckSettings(Settings peerSettings) |
void |
Http2Writer.applyAndAckSettings(Settings peerSettings)
Applies
peerSettings and then sends a settings ACK. |
(package private) void |
Settings.merge(Settings other)
Writes
other into this. |
void |
Http2Connection.setSettings(Settings settings)
Merges
settings into this peer's settings and sends them to the remote peer. |
void |
Http2Connection.ReaderRunnable.settings(boolean clearPrevious,
Settings newSettings) |
void |
Http2Reader.Handler.settings(boolean clearPrevious,
Settings settings) |
void |
Http2Writer.settings(Settings settings)
Write okhttp's settings to the peer.
|