| Package | Description | 
|---|---|
| io.netty.handler.codec.http2 | Handlers for sending and receiving HTTP/2 frames. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Http2ConnectionEncoderHandler for outbound HTTP/2 traffic. | 
| 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. | 
| class  | DefaultHttp2FrameWriterA  Http2FrameWriterthat supports all frame types defined by the HTTP/2 specification. | 
| class  | Http2OutboundFrameLoggerDecorator around a  Http2FrameWriterthat logs all outbound frames before calling the
 writer. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Http2FrameWriter | DefaultHttp2ConnectionEncoder.Builder. frameWriter | 
| Modifier and Type | Method and Description | 
|---|---|
| Http2FrameWriter | DefaultHttp2ConnectionEncoder. frameWriter() | 
| protected Http2FrameWriter | Http2ConnectionHandler. frameWriter() | 
| Http2FrameWriter | Http2ConnectionEncoder. frameWriter()Provides direct access to the underlying frame writer object. | 
| Modifier and Type | Method and Description | 
|---|---|
| DefaultHttp2ConnectionEncoder.Builder | DefaultHttp2ConnectionEncoder.Builder. frameWriter(Http2FrameWriter frameWriter) | 
| Http2ConnectionEncoder.Builder | Http2ConnectionEncoder.Builder. frameWriter(Http2FrameWriter frameWriter)Sets the  Http2FrameWriterto be used when building the encoder. | 
| Constructor and Description | 
|---|
| DefaultHttp2LocalFlowController(Http2Connection connection,
                               Http2FrameWriter frameWriter) | 
| DefaultHttp2LocalFlowController(Http2Connection connection,
                               Http2FrameWriter frameWriter,
                               float windowUpdateRatio) | 
| Http2ConnectionHandler(Http2Connection connection,
                      Http2FrameReader frameReader,
                      Http2FrameWriter frameWriter,
                      Http2FrameListener listener) | 
| Http2OutboundFrameLogger(Http2FrameWriter writer,
                        Http2FrameLogger logger) | 
| HttpToHttp2ConnectionHandler(Http2Connection connection,
                            Http2FrameReader frameReader,
                            Http2FrameWriter frameWriter,
                            Http2FrameListener listener) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.