Class HttpContentDecompressor

All Implemented Interfaces:
ChannelHandler, ChannelUpstreamHandler, LifeCycleAwareChannelHandler

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.
  • Constructor Details

    • HttpContentDecompressor

      public HttpContentDecompressor()
  • Method Details