Uses of Enum
org.apache.hc.core5.http2.config.H2Param
Packages that use H2Param
-
Uses of H2Param in org.apache.hc.core5.http2.config
Fields in org.apache.hc.core5.http2.config declared as H2ParamModifier and TypeFieldDescriptionprivate static final H2Param[]
H2Param.LOOKUP_TABLE
private final H2Param
H2Setting.param
Methods in org.apache.hc.core5.http2.config that return H2ParamModifier and TypeMethodDescriptionstatic H2Param
H2Param.valueOf
(int code) Returns the enum constant of this type with the specified name.static H2Param
Returns the enum constant of this type with the specified name.static H2Param[]
H2Param.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.hc.core5.http2.config with parameters of type H2Param