程序包 | 说明 |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
限定符和类型 | 方法和说明 |
---|---|
protected abstract HttpContentEncoder.Result |
HttpContentEncoder.beginEncode(HttpResponse headers,
java.lang.String acceptEncoding)
Prepare to encode the HTTP message content.
|
protected HttpContentEncoder.Result |
HttpContentCompressor.beginEncode(HttpResponse headers,
java.lang.String acceptEncoding) |