| Package | Description | 
|---|---|
| io.netty.handler.codec.http2 | Handlers for sending and receiving HTTP/2 frames. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompressorHttp2ConnectionEncoderA HTTP2 encoder that will compress data frames according to the  content-encodingheader for each stream. | 
| class  | DefaultHttp2ConnectionEncoderDefault implementation of  Http2ConnectionEncoder. | 
| Modifier and Type | Method and Description | 
|---|---|
| Http2ConnectionEncoder | DefaultHttp2ConnectionEncoder.Builder. build() | 
| Http2ConnectionEncoder | Http2ConnectionEncoder.Builder. build()Creates a new encoder instance. | 
| Http2ConnectionEncoder | Http2ConnectionHandler. encoder() | 
| Modifier and Type | Method and Description | 
|---|---|
| Http2ConnectionDecoder.Builder | Http2ConnectionDecoder.Builder. encoder(Http2ConnectionEncoder encoder)Sets the  Http2ConnectionEncoderused when building the decoder. | 
| DefaultHttp2ConnectionDecoder.Builder | DefaultHttp2ConnectionDecoder.Builder. encoder(Http2ConnectionEncoder encoder) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.