程序包 | 说明 |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
限定符和类型 | 方法和说明 |
---|---|
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. |
构造器和说明 |
---|
HttpContentEncoder.Result(java.lang.String targetContentEncoding,
EmbeddedChannel contentEncoder) |