public interface MessageCodec
Modifier and Type | Method and Description |
---|---|
void |
encode(ProtocolOptions options,
Object msg,
io.netty.buffer.ByteBuf out) |
Object |
parse(ProtocolOptions options,
byte length,
ASDUHeader header,
io.netty.buffer.ByteBuf data) |
Object parse(ProtocolOptions options, byte length, ASDUHeader header, io.netty.buffer.ByteBuf data)
void encode(ProtocolOptions options, Object msg, io.netty.buffer.ByteBuf out)