Uses of Class
org.jboss.netty.handler.codec.embedder.DecoderEmbedder
Packages that use DecoderEmbedder
Package
Description
Encoder, decoder and their related message types for HTTP.
An RTSP
extension based on the HTTP codec.
-
Uses of DecoderEmbedder in org.jboss.netty.handler.codec.http
Fields in org.jboss.netty.handler.codec.http declared as DecoderEmbedderModifier and TypeFieldDescriptionprivate DecoderEmbedder
<ChannelBuffer> HttpContentDecoder.decoder
Methods in org.jboss.netty.handler.codec.http that return DecoderEmbedderModifier and TypeMethodDescriptionprotected abstract DecoderEmbedder
<ChannelBuffer> HttpContentDecoder.newContentDecoder
(String contentEncoding) Returns a newDecoderEmbedder
that decodes the HTTP message content encoded in the specified contentEncoding.protected DecoderEmbedder
<ChannelBuffer> HttpContentDecompressor.newContentDecoder
(String contentEncoding) -
Uses of DecoderEmbedder in org.jboss.netty.handler.codec.rtsp
Fields in org.jboss.netty.handler.codec.rtsp declared as DecoderEmbedderModifier and TypeFieldDescriptionprivate final DecoderEmbedder
<HttpMessage> RtspMessageDecoder.aggregator