Class ContentDecompressor
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.handler.codec.MessageToMessageDecoder<io.netty.handler.codec.http.HttpObject>
-
- io.netty.handler.codec.http.HttpContentDecoder
-
- io.netty.handler.codec.http.HttpContentDecompressor
-
- com.linkedin.alpini.netty4.compression.ContentDecompressor
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
public class ContentDecompressor extends io.netty.handler.codec.http.HttpContentDecompressor
-
-
Constructor Summary
Constructors Constructor Description ContentDecompressor()
-
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
-
-