Package org.apache.hc.core5.http2.frame
Class FrameConsts
- java.lang.Object
-
- org.apache.hc.core5.http2.frame.FrameConsts
-
public final class FrameConsts extends java.lang.Object
Values used by HTTP/2 protocol.- Since:
- 5.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
HEAD_LEN
static int
MAX_FRAME_SIZE
static int
MAX_PADDING
static int
MIN_FRAME_SIZE
-
Constructor Summary
Constructors Modifier Constructor Description private
FrameConsts()
-
-
-
Field Detail
-
HEAD_LEN
public static final int HEAD_LEN
- See Also:
- Constant Field Values
-
MAX_PADDING
public static final int MAX_PADDING
- See Also:
- Constant Field Values
-
MIN_FRAME_SIZE
public static final int MIN_FRAME_SIZE
- See Also:
- Constant Field Values
-
MAX_FRAME_SIZE
public static final int MAX_FRAME_SIZE
- See Also:
- Constant Field Values
-
-