public interface BatchCompression
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf msg) |
io.netty.buffer.ByteBuf |
encode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf msg) |
org.cloudburstmc.protocol.bedrock.data.CompressionAlgorithm |
getAlgorithm() |
int |
getLevel() |
void |
setLevel(int level) |
io.netty.buffer.ByteBuf encode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf msg)
throws java.lang.Exception
java.lang.Exceptionio.netty.buffer.ByteBuf decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf msg)
throws java.lang.Exception
java.lang.Exceptionorg.cloudburstmc.protocol.bedrock.data.CompressionAlgorithm getAlgorithm()
void setLevel(int level)
int getLevel()