Uses of Class
org.jboss.netty.handler.codec.embedder.EncoderEmbedder
Packages that use EncoderEmbedder
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of EncoderEmbedder in org.jboss.netty.handler.codec.http
Fields in org.jboss.netty.handler.codec.http declared as EncoderEmbedderModifier and TypeFieldDescriptionprivate EncoderEmbedder<ChannelBuffer> HttpContentEncoder.encoderMethods in org.jboss.netty.handler.codec.http that return EncoderEmbedderModifier and TypeMethodDescriptionprotected EncoderEmbedder<ChannelBuffer> HttpContentCompressor.newContentEncoder(HttpMessage msg, String acceptEncoding) protected abstract EncoderEmbedder<ChannelBuffer> HttpContentEncoder.newContentEncoder(HttpMessage msg, String acceptEncoding) Returns a newEncoderEmbedderthat encodes the HTTP message content.