| Package | Description | 
|---|---|
| io.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpServerCodecA combination of  HttpRequestDecoderandHttpResponseEncoderwhich enables easier server side HTTP implementation. | 
| Constructor and Description | 
|---|
| HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec sourceCodec,
                        Collection<HttpServerUpgradeHandler.UpgradeCodec> upgradeCodecs,
                        int maxContentLength)Constructs the upgrader with the supported codecs. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.