Package org.apache.hc.core5.http2.frame
Class FrameConsts
java.lang.Object
org.apache.hc.core5.http2.frame.FrameConsts
Values used by HTTP/2 protocol.
- Since:
- 5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HEAD_LEN
public static final int HEAD_LEN- See Also:
-
MAX_PADDING
public static final int MAX_PADDING- See Also:
-
MIN_FRAME_SIZE
public static final int MIN_FRAME_SIZE- See Also:
-
MAX_FRAME_SIZE
public static final int MAX_FRAME_SIZE- See Also:
-
-
Constructor Details
-
FrameConsts
private FrameConsts()
-