| Package | Description | 
|---|---|
| io.netty.handler.codec.http2 | Handlers for sending and receiving HTTP/2 frames. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpToHttp2ConnectionHandlerTranslates HTTP/1.x object writes into HTTP/2 frames. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Http2ConnectionHandler | Http2OrHttpChooser. createHttp2RequestHandler()Create the  ChannelHandlerthat is responsible for handling the http responses
 when the when theHttp2OrHttpChooser.SelectedProtocolwasHttp2OrHttpChooser.SelectedProtocol.HTTP_2. | 
| Constructor and Description | 
|---|
| Http2ClientUpgradeCodec(Http2ConnectionHandler connectionHandler)Creates the codec using a default name for the connection handler when adding to the
 pipeline. | 
| Http2ClientUpgradeCodec(String handlerName,
                       Http2ConnectionHandler connectionHandler)Creates the codec providing an upgrade to the given handler for HTTP/2. | 
| Http2ServerUpgradeCodec(Http2ConnectionHandler connectionHandler)Creates the codec using a default name for the connection handler when adding to the
 pipeline. | 
| Http2ServerUpgradeCodec(String handlerName,
                       Http2ConnectionHandler connectionHandler)Creates the codec providing an upgrade to the given handler for HTTP/2. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.