Constructor and Description |
---|
S03PacketEnableCompression() |
S03PacketEnableCompression(int compressionTresholdIn) |
Modifier and Type | Method and Description |
---|---|
int |
getCompressionTreshold() |
void |
processPacket(INetHandler handler) |
void |
processPacket(INetHandlerLoginClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
public S03PacketEnableCompression()
public S03PacketEnableCompression(int compressionTresholdIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet
java.io.IOException
public void processPacket(INetHandlerLoginClient handler)
public int getCompressionTreshold()
public void processPacket(INetHandler handler)
processPacket
in interface Packet