netty+protobuf使用netty自带编解码器完成多种协议格式分发

proto文件html Example.proto java package example2.proto; message BaseData { required Header header = 1; extensions 100 to 99999; } enum Header { //装备升级 Msg1001 = 1001; //装备穿戴 Msg1002 = 1002; //
相关文章
相关标签/搜索