MessageToMessageDecoder netty自定义协议

public class BizDecoder extends MessageToMessageDecoder<ByteBuf> {     private final byte[] JSON_PROTOCOL = { 01, 00, 00, 00 };     private final byte[] STRING_PROTOCOL = { 00, 01, 00, 00 };     priva
相关文章
相关标签/搜索