Java io.netty.handler.codec.http2 Http2HeadersDecoder fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http2 Http2HeadersDecoder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http2 Http2HeadersDecoder.

The text is from its open source code.

Implementation

io.netty.handler.codec.http2.Http2HeadersDecoder has the following implementations.
Click this link to see all its implementation.

Method

Configurationconfiguration()
Get the Configuration for this Http2HeadersDecoder
Http2HeadersdecodeHeaders(int streamId, ByteBuf headerBlock)
Decodes the given headers block and returns the headers.