Package io.netty.handler.codec.http2
Interface Http2SettingsAckFrame
-
- 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
Http2SettingsFrameframe.
-
-
Field Summary
Fields Modifier and Type Field Description static Http2SettingsAckFrameINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringname()Returns the name of the HTTP/2 frame e.g.
-
-
-
Field Detail
-
INSTANCE
static final Http2SettingsAckFrame INSTANCE
-
-
Method Detail
-
name
java.lang.String name()
Description copied from interface:Http2FrameReturns the name of the HTTP/2 frame e.g. DATA, GOAWAY, etc.- Specified by:
namein interfaceHttp2Frame
-
-