Interface Http2SettingsAckFrame
- All Superinterfaces:
Http2Frame
An ack for a previously received
Http2SettingsFrame.
The HTTP/2 protocol enforces that ACKs are applied in
order, so this ACK will apply to the earliest received and not yet ACKed Http2SettingsFrame frame.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
-
-
Method Details
-
name
String name()Description copied from interface:Http2FrameReturns the name of the HTTP/2 frame e.g. DATA, GOAWAY, etc.- Specified by:
namein interfaceHttp2Frame
-