public interface IMessage
Modifier and Type | Method and Description |
---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf)
Convert from the supplied buffer into your specific message type
|
void |
toBytes(io.netty.buffer.ByteBuf buf)
Deconstruct your message into the supplied byte buffer
|