Uses of Enum
org.apache.hc.core5.http2.config.H2Param
Packages that use H2Param
Package
Description
Core HTTP/2 configuration APIs.
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
Subclasses with type arguments of type H2Param in org.apache.hc.core5.http2.configFields in org.apache.hc.core5.http2.config declared as H2ParamModifier and TypeFieldDescriptionprivate static final H2Param[]H2Param.LOOKUP_TABLEprivate final H2ParamH2Setting.paramMethods in org.apache.hc.core5.http2.config that return H2ParamModifier and TypeMethodDescriptionstatic H2ParamH2Param.valueOf(int code) Returns the enum constant of this type with the specified name.static H2ParamReturns 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 -
Uses of H2Param in org.apache.hc.core5.http2.impl.nio
Methods in org.apache.hc.core5.http2.impl.nio with parameters of type H2ParamModifier and TypeMethodDescription(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)