public class Decoder extends Object
| Constructor and Description |
|---|
Decoder(JsonSupport jsonSupport,
AckManager ackManager) |
| Modifier and Type | Method and Description |
|---|---|
Packet |
decodePacket(String string,
UUID uuid) |
Packet |
decodePackets(io.netty.buffer.ByteBuf buffer,
UUID uuid) |
public Decoder(JsonSupport jsonSupport, AckManager ackManager)
public Packet decodePacket(String string, UUID uuid) throws IOException
IOExceptionpublic Packet decodePackets(io.netty.buffer.ByteBuf buffer, UUID uuid) throws IOException
IOExceptionCopyright © 2012–2014. All rights reserved.