Uses of Class
io.netty.handler.codec.http2.HpackEncoder
Packages that use HpackEncoder
-
Uses of HpackEncoder in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as HpackEncoderModifier and TypeFieldDescriptionprivate final HpackEncoder
DefaultHttp2HeadersEncoder.hpackEncoder
Constructors in io.netty.handler.codec.http2 with parameters of type HpackEncoderModifierConstructorDescription(package private)
DefaultHttp2HeadersEncoder
(Http2HeadersEncoder.SensitivityDetector sensitivityDetector, HpackEncoder hpackEncoder) Exposed Used for testing only! Default values used in the initial settings frame are overridden intentionally for testing but violate the RFC if used outside the scope of testing.