Class ZstdEncoder

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
All Implemented Interfaces:
ChannelHandler, ChannelOutboundHandler

public final class ZstdEncoder extends MessageToByteEncoder<ByteBuf>
Compresses a ByteBuf using the Zstandard algorithm. See Zstandard.