Package | Description |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Modifier and Type | Method and Description |
---|---|
protected HttpContentEncoder.Result |
HttpContentCompressor.beginEncode(HttpResponse headers,
CharSequence acceptEncoding) |
protected abstract HttpContentEncoder.Result |
HttpContentEncoder.beginEncode(HttpResponse headers,
CharSequence acceptEncoding)
Prepare to encode the HTTP message content.
|
Copyright © 2008–2015 The Netty Project. All rights reserved.