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