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.ObjectValues used by HTTP/2 protocol.- Since:
- 5.0
-
-
Field Summary
Fields Modifier and Type Field Description static intHEAD_LENstatic intMAX_FRAME_SIZEstatic intMAX_PADDINGstatic intMIN_FRAME_SIZE
-
Constructor Summary
Constructors Modifier Constructor Description privateFrameConsts()
-
-
-
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
-
-