Uses of Class
io.netty.handler.codec.http2.HpackDecoder
Packages that use HpackDecoder
-
Uses of HpackDecoder in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as HpackDecoderModifier and TypeFieldDescriptionprivate final HpackDecoder
DefaultHttp2HeadersDecoder.hpackDecoder
Constructors in io.netty.handler.codec.http2 with parameters of type HpackDecoderModifierConstructorDescription(package private)
DefaultHttp2HeadersDecoder
(boolean validateHeaders, boolean validateHeaderValues, HpackDecoder hpackDecoder) Exposed 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.