Uses of Class
org.jboss.netty.handler.codec.embedder.DecoderEmbedder
-
Packages that use DecoderEmbedder 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. -
-
Uses of DecoderEmbedder in org.jboss.netty.handler.codec.http
Fields in org.jboss.netty.handler.codec.http declared as DecoderEmbedder Modifier and Type Field Description private DecoderEmbedder<ChannelBuffer>HttpContentDecoder. decoderMethods in org.jboss.netty.handler.codec.http that return DecoderEmbedder Modifier and Type Method Description protected abstract DecoderEmbedder<ChannelBuffer>HttpContentDecoder. newContentDecoder(java.lang.String contentEncoding)Returns a newDecoderEmbedderthat decodes the HTTP message content encoded in the specified contentEncoding.protected DecoderEmbedder<ChannelBuffer>HttpContentDecompressor. newContentDecoder(java.lang.String contentEncoding) -
Uses of DecoderEmbedder in org.jboss.netty.handler.codec.rtsp
Fields in org.jboss.netty.handler.codec.rtsp declared as DecoderEmbedder Modifier and Type Field Description private DecoderEmbedder<HttpMessage>RtspMessageDecoder. aggregator
-