Package org.jboss.netty.handler.codec.compression
package org.jboss.netty.handler.codec.compression
Encoder and decoder which compresses and decompresses
ChannelBuffers
in a compression format such as zlib
and gzip.-
ClassDescriptionAn
IOExceptionthat is raised when compression or decompression failed.Compresses aChannelBufferusing the deflate algorithm.Decompresses aChannelBufferusing the deflate algorithm.Compresses aChannelBufferusing the deflate algorithm.The container file formats that wrap the stream compressed by the DEFLATE algorithm.