Class ContentDecompressor

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

    public class ContentDecompressor
    extends io.netty.handler.codec.http.HttpContentDecompressor
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        io.netty.channel.ChannelHandler.Sharable
    • Field Summary

      • Fields inherited from class io.netty.handler.codec.http.HttpContentDecoder

        ctx
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected io.netty.channel.embedded.EmbeddedChannel newContentDecoder​(java.lang.String contentEncoding)  
      • Methods inherited from class io.netty.handler.codec.http.HttpContentDecoder

        channelInactive, channelReadComplete, decode, getTargetContentEncoding, handlerAdded, handlerRemoved
      • Methods inherited from class io.netty.handler.codec.MessageToMessageDecoder

        acceptInboundMessage, channelRead
      • Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

        channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
      • Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        ensureNotSharable, isSharable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContentDecompressor

        public ContentDecompressor()
    • Method Detail

      • newContentDecoder

        protected io.netty.channel.embedded.EmbeddedChannel newContentDecoder​(java.lang.String contentEncoding)
                                                                       throws java.lang.Exception
        Overrides:
        newContentDecoder in class io.netty.handler.codec.http.HttpContentDecompressor
        Throws:
        java.lang.Exception