Uses of Class
io.netty5.handler.codec.compression.CompressionException
-
Packages that use CompressionException Package Description io.netty5.handler.codec.compression -
-
Uses of CompressionException in io.netty5.handler.codec.compression
Methods in io.netty5.handler.codec.compression that throw CompressionException Modifier and Type Method Description BufferBrotliCompressor. compress(Buffer input, BufferAllocator allocator)BufferBzip2Compressor. compress(Buffer in, BufferAllocator allocator)BufferCompressor. compress(Buffer input, BufferAllocator allocator)This method will read from the inputBufferand compress into a newBufferthat will be allocated (if needed) from theBufferAllocator.BufferFastLzCompressor. compress(Buffer in, BufferAllocator allocator)BufferLz4Compressor. compress(Buffer input, BufferAllocator allocator)BufferLzfCompressor. compress(Buffer in, BufferAllocator allocator)BufferLzmaCompressor. compress(Buffer in, BufferAllocator allocator)BufferSnappyCompressor. compress(Buffer in, BufferAllocator allocator)BufferZlibCompressor. compress(Buffer uncompressed, BufferAllocator allocator)BufferZstdCompressor. compress(Buffer in, BufferAllocator allocator)BufferCompressor. finish(BufferAllocator allocator)By calling this method we signal that the compression stream is marked as finish.
-