netty:protobuf的编码器ProtobufVarint32LengthFieldPrepender()、解码器ProtobufVarint32FrameDecoder()
首先,下图是常规的netty内置的protibuf编解码器的使用本文主要介绍下面2个编解码器:1.ProtobufVarint32LengthFieldPrepender()对protobuf协议的的消息头上加上一个长度为32的整形字段,用于标志这个消息的长度。这里是官方举的例子,实际这个字段的长度是5byte(1)computeRawVarint32Size(finalintvalue)计算va