public class NettyCompressionDecoder
extends ByteToMessageDecoder
| Constructor and Description | 
|---|
NettyCompressionDecoder(int thresholdIn)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
decode(ChannelHandlerContext p_decode_1_,
      ByteBuf p_decode_2_,
      java.util.List<java.lang.Object> p_decode_3_)  | 
void | 
setCompressionThreshold(int thresholdIn)  | 
protected void decode(ChannelHandlerContext p_decode_1_,
                      ByteBuf p_decode_2_,
                      java.util.List<java.lang.Object> p_decode_3_)
               throws java.util.zip.DataFormatException,
                      java.lang.Exception
java.util.zip.DataFormatExceptionjava.lang.Exceptionpublic void setCompressionThreshold(int thresholdIn)