Package | Description |
---|---|
com.squareup.okhttp.internal.framed |
Modifier and Type | Method and Description |
---|---|
void |
FrameWriter.ackSettings(Settings peerSettings)
Informs the peer that we've applied its latest settings.
|
void |
FramedConnection.setSettings(Settings settings)
Merges
settings into this peer's settings and sends them to the remote peer. |
void |
FrameReader.Handler.settings(boolean clearPrevious,
Settings settings) |
void |
FrameWriter.settings(Settings okHttpSettings)
Write okhttp's settings to the peer.
|
Copyright © 2017. All Rights Reserved.