public interface Http2SettingsAckFrame extends Http2Frame
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.
| Modifier and Type | Field and Description |
|---|---|
static Http2SettingsAckFrame |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Returns the name of the HTTP/2 frame e.g.
|
static final Http2SettingsAckFrame INSTANCE
String name()
Http2Framename in interface Http2FrameCopyright © 2008–2025 The Netty Project. All rights reserved.