| Package | Description |
|---|---|
| okhttp3.internal.framed |
| Modifier and Type | Method and Description |
|---|---|
void |
FrameWriter.ackSettings(Settings
Informs the peer that we've applied its latest settings.
|
void |
FramedConnection.setSettings(Settings
Merges
settings into this peer's settings and sends them to the remote peer.
|
void |
FrameReader.Handler.settings(boolean clearPrevious, Settings
|
void |
FrameWriter.settings(Settings
Write okhttp's settings to the peer.
|