Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Field and Description |
---|---|
private HpackDecoder |
DefaultHttp2HeadersDecoder.hpackDecoder |
Constructor and Description |
---|
DefaultHttp2HeadersDecoder(boolean validateHeaders,
HpackDecoder hpackDecoder)
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.
|