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.org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
-
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_TABLEprivate H2ParamH2Setting. paramMethods in org.apache.hc.core5.http2.config that return H2Param Modifier and Type Method Description static H2ParamH2Param. valueOf(int code)Returns the enum constant of this type with the specified name.static H2ParamH2Param. 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) -
Uses of H2Param in org.apache.hc.core5.http2.impl.nio
Methods in org.apache.hc.core5.http2.impl.nio with parameters of type H2Param Modifier and Type Method Description (package private) abstract voidAbstractH2StreamMultiplexer. validateSetting(H2Param param, int value)(package private) voidClientH2StreamMultiplexer. validateSetting(H2Param param, int value)(package private) voidServerH2StreamMultiplexer. validateSetting(H2Param param, int value)
-