public interface MessageCodecService
static final int MESSAGE_LENGTH
void encode(io.netty.buffer.ByteBuf out,
Object message)
throws IOException
out - 输出byteBufmessage - 对象信息IOException - io异常Object decode(byte[] body) throws IOException
body - byte数组IOException - io异常Copyright © 2019 dromara. All rights reserved.