| Package | Description | 
|---|---|
| io.netty.handler.codec.http2 | Handlers for sending and receiving HTTP/2 frames. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DefaultHttp2ConnectionDecoder.BuilderBuilder for instances of  DefaultHttp2ConnectionDecoder. | 
| Modifier and Type | Method and Description | 
|---|---|
| Http2ConnectionDecoder.Builder | Http2ConnectionDecoder.Builder. connection(Http2Connection connection)Sets the  Http2Connectionto be used when building the decoder. | 
| Http2ConnectionDecoder.Builder | Http2ConnectionDecoder.Builder. encoder(Http2ConnectionEncoder encoder)Sets the  Http2ConnectionEncoderused when building the decoder. | 
| Http2ConnectionDecoder.Builder | Http2ConnectionDecoder.Builder. frameReader(Http2FrameReader frameReader)Sets the  Http2FrameReaderto be used when building the decoder. | 
| Http2ConnectionDecoder.Builder | Http2ConnectionDecoder.Builder. lifecycleManager(Http2LifecycleManager lifecycleManager)Sets the  Http2LifecycleManagerto be used when building the decoder. | 
| Http2ConnectionDecoder.Builder | Http2ConnectionDecoder.Builder. listener(Http2FrameListener listener)Sets the  Http2FrameListenerto be used when building the decoder. | 
| Constructor and Description | 
|---|
| Http2ConnectionHandler(Http2ConnectionDecoder.Builder decoderBuilder,
                      Http2ConnectionEncoder.Builder encoderBuilder)Constructor for pre-configured encoder and decoder builders. | 
| HttpToHttp2ConnectionHandler(Http2ConnectionDecoder.Builder decoderBuilder,
                            Http2ConnectionEncoder.Builder encoderBuilder) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.