Package io.netty.handler.codec.http2
Interface Http2SettingsAckFrame
- All Superinterfaces:
Http2Frame
- All Known Implementing Classes:
DefaultHttp2SettingsAckFrame
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:Http2Frame
Returns the name of the HTTP/2 frame e.g. DATA, GOAWAY, etc.- Specified by:
name
in interfaceHttp2Frame
-