property Http2Session.pendingSettingsAck
Indicates whether the Http2Session
is currently waiting for acknowledgment of
a sent SETTINGS
frame. Will be true
after calling the http2session.settings()
method.
Will be false
once all sent SETTINGS
frames have been acknowledged.
Type #
boolean