-
- All Superinterfaces:
Http2Frame
public interface Http2SettingsAckFrame extends Http2Frame
An ack for a previously receivedHttp2SettingsFrame
.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 Modifier and Type Field Description static Http2SettingsAckFrame
INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
name()
Returns the name of the HTTP/2 frame e.g.
-
-
-
Field Detail
-
INSTANCE
static final Http2SettingsAckFrame INSTANCE
-
-
Method Detail
-
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
-
-