Package io.netty.handler.codec.http2
Class Http2FrameTypes
java.lang.Object
io.netty.handler.codec.http2.Http2FrameTypes
Registry of all standard frame types defined by the HTTP/2 specification.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DATA
public static final byte DATA- See Also:
-
HEADERS
public static final byte HEADERS- See Also:
-
PRIORITY
public static final byte PRIORITY- See Also:
-
RST_STREAM
public static final byte RST_STREAM- See Also:
-
SETTINGS
public static final byte SETTINGS- See Also:
-
PUSH_PROMISE
public static final byte PUSH_PROMISE- See Also:
-
PING
public static final byte PING- See Also:
-
GO_AWAY
public static final byte GO_AWAY- See Also:
-
WINDOW_UPDATE
public static final byte WINDOW_UPDATE- See Also:
-
CONTINUATION
public static final byte CONTINUATION- See Also:
-
-
Constructor Details
-
Http2FrameTypes
private Http2FrameTypes()
-