net.minecraft.network

public class CompressionEncoder

extends io.netty.handler.codec.MessageToByteEncoder<io.netty.buffer.ByteBuf>

hv
net.minecraft.unmapped.C_88534923
net.minecraft.network.CompressionEncoder
net.minecraft.network.NettyCompressionEncoder

Field summary

Modifier and TypeField
private final byte[]
a
f_74001085
buffer
field_179302_a
private final Deflater
b
f_13216897
deflator
field_179300_b
private int
c
f_47658671
threshold
field_179301_c

Constructor summary

ModifierConstructor
public (int threshold)

Method summary

Modifier and TypeMethod
protected void
a(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1, io.netty.buffer.ByteBuf arg2)
encode(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1, io.netty.buffer.ByteBuf arg2)
encode(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf msg, io.netty.buffer.ByteBuf out)
encode(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1, io.netty.buffer.ByteBuf arg2)
public void
a(int arg0)
m_90031381(int arg0)
setThreshold(int threshold)
func_179299_a(int arg0)