Package | Description |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Modifier and Type | Method and Description |
---|---|
EmbeddedChannel |
HttpContentEncoder.Result.contentEncoder() |
protected abstract EmbeddedChannel |
HttpContentDecoder.newContentDecoder(String contentEncoding)
Returns a new
EmbeddedChannel that decodes the HTTP message
content encoded in the specified contentEncoding. |
protected EmbeddedChannel |
HttpContentDecompressor.newContentDecoder(String contentEncoding) |
Constructor and Description |
---|
HttpContentEncoder.Result(String targetContentEncoding,
EmbeddedChannel contentEncoder) |
Copyright © 2008-2016 The Netty Project. All Rights Reserved.