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
相關文章
相關標籤/搜索