| Package | Description |
|---|---|
| org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| org.jboss.netty.handler.codec.rtsp |
An RTSP
extension based on the HTTP codec.
|
| Modifier and Type | Field and Description |
|---|---|
private DecoderEmbedder<ChannelBuffer> |
HttpContentDecoder.decoder |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DecoderEmbedder<ChannelBuffer> |
HttpContentDecoder.newContentDecoder(java.lang.String contentEncoding)
Returns a new
DecoderEmbedder that decodes the HTTP message
content encoded in the specified contentEncoding. |
protected DecoderEmbedder<ChannelBuffer> |
HttpContentDecompressor.newContentDecoder(java.lang.String contentEncoding) |
| Modifier and Type | Field and Description |
|---|---|
private DecoderEmbedder<HttpMessage> |
RtspMessageDecoder.aggregator |