Uses of Class
io.netty.handler.codec.http2.HpackDecoder
-
Packages that use HpackDecoder Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of HpackDecoder in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as HpackDecoder Modifier and Type Field Description private HpackDecoder
DefaultHttp2HeadersDecoder. hpackDecoder
Constructors in io.netty.handler.codec.http2 with parameters of type HpackDecoder Constructor Description 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.
-