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

java.lang.Object
  继承者 org.jboss.netty.channel.SimpleChannelUpstreamHandler
      继承者 org.jboss.netty.handler.codec.http.HttpContentDecoder
          继承者 org.jboss.netty.handler.codec.http.HttpContentDecompressor
所有已实现的接口:
ChannelHandler, ChannelUpstreamHandler

public class HttpContentDecompressor
extends HttpContentDecoder

Decompresses an HttpMessage and an HttpChunk compressed in gzip or deflate encoding. For more information on how this handler modifies the message, please refer to HttpContentDecoder.


嵌套类摘要
 
从接口 org.jboss.netty.channel.ChannelHandler 继承的嵌套类/接口
ChannelHandler.Sharable
 
构造方法摘要
HttpContentDecompressor()
           
 
方法摘要
 
从类 org.jboss.netty.handler.codec.http.HttpContentDecoder 继承的方法
messageReceived
 
从类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 继承的方法
channelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, exceptionCaught, handleUpstream, writeComplete
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

HttpContentDecompressor

public HttpContentDecompressor()