org.jboss.netty.handler.codec.http
类 HttpMessageEncoder

java.lang.Object
  继承者 org.jboss.netty.handler.codec.oneone.OneToOneEncoder
      继承者 org.jboss.netty.handler.codec.http.HttpMessageEncoder
所有已实现的接口:
ChannelDownstreamHandler, ChannelHandler
直接已知子类:
HttpRequestEncoder, HttpResponseEncoder, RtspMessageEncoder

public abstract class HttpMessageEncoder
extends OneToOneEncoder

Encodes an HttpMessage or an HttpChunk into a ChannelBuffer.

Extensibility

Please note that this encoder is designed to be extended to implement a protocol derived from HTTP, such as RTSP and ICAP. To implement the encoder of such a derived protocol, extend this class and implement all abstract methods properly.


嵌套类摘要
 
从接口 org.jboss.netty.channel.ChannelHandler 继承的嵌套类/接口
ChannelHandler.Sharable
 
方法摘要
 
从类 org.jboss.netty.handler.codec.oneone.OneToOneEncoder 继承的方法
handleDownstream
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait