Uses of Class
org.apache.hc.core5.http2.config.H2Param
-
Packages that use H2Param Package Description org.apache.hc.core5.http2.config Core HTTP/2 configuration APIs. -
-
Uses of H2Param in org.apache.hc.core5.http2.config
Fields in org.apache.hc.core5.http2.config declared as H2Param Modifier and Type Field Description private static H2Param[]
H2Param. LOOKUP_TABLE
private H2Param
H2Setting. param
Methods in org.apache.hc.core5.http2.config that return H2Param Modifier and Type Method Description static H2Param
H2Param. valueOf(int code)
Returns the enum constant of this type with the specified name.static H2Param
H2Param. valueOf(java.lang.String name)
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 Constructor Description H2Setting(H2Param param, int value)
-