- java.lang.Object
-
- io.netty5.handler.codec.http2.Http2FrameTypes
-
@UnstableApi public final class Http2FrameTypes extends Object
Registry of all standard frame types defined by the HTTP/2 specification.
-
-
Field Summary
Fields Modifier and Type Field Description static byte
CONTINUATION
static byte
DATA
static byte
GO_AWAY
static byte
HEADERS
static byte
PING
static byte
PRIORITY
static byte
PUSH_PROMISE
static byte
RST_STREAM
static byte
SETTINGS
static byte
WINDOW_UPDATE
-
-
-
Field Detail
-
DATA
public static final byte DATA
- See Also:
- Constant Field Values
-
HEADERS
public static final byte HEADERS
- See Also:
- Constant Field Values
-
PRIORITY
public static final byte PRIORITY
- See Also:
- Constant Field Values
-
RST_STREAM
public static final byte RST_STREAM
- See Also:
- Constant Field Values
-
SETTINGS
public static final byte SETTINGS
- See Also:
- Constant Field Values
-
PUSH_PROMISE
public static final byte PUSH_PROMISE
- See Also:
- Constant Field Values
-
PING
public static final byte PING
- See Also:
- Constant Field Values
-
GO_AWAY
public static final byte GO_AWAY
- See Also:
- Constant Field Values
-
WINDOW_UPDATE
public static final byte WINDOW_UPDATE
- See Also:
- Constant Field Values
-
CONTINUATION
public static final byte CONTINUATION
- See Also:
- Constant Field Values
-
-