Package | Description |
---|---|
org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Modifier and Type | Method and Description |
---|---|
protected DecoderEmbedder<ChannelBuffer> |
HttpContentDecompressor.newContentDecoder(String contentEncoding) |
protected abstract DecoderEmbedder<ChannelBuffer> |
HttpContentDecoder.newContentDecoder(String contentEncoding)
Returns a new
DecoderEmbedder that decodes the HTTP message
content encoded in the specified contentEncoding. |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.