Skip to content

HTTP2SettingsManager

Class to manager local and remote HTTP/2 settings.

Fields:

HTTP2SettingsRegistry MySettings

This is the ACKd or default settings that we sent to the server.

HTTP2SettingsRegistry InitiatedMySettings

This is the setting that can be changed. It will be sent to the server ASAP, and when ACKd, it will be copied to MySettings.

HTTP2SettingsRegistry RemoteSettings

Settings of the remote peer

Comments