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 EmbeddedChannel |
HttpContentDecompressor.newContentDecoder(java.lang.String contentEncoding) |
protected abstract EmbeddedChannel |
HttpContentDecoder.newContentDecoder(java.lang.String contentEncoding)
Returns a new
EmbeddedChannel that decodes the HTTP message
content encoded in the specified contentEncoding. |
Constructor and Description |
---|
Result(java.lang.String targetContentEncoding,
EmbeddedChannel contentEncoder) |
Copyright © 2008–2018 The Netty Project. All rights reserved.