netty4+protobuf
liyonghui123
唐山人士
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
netty4+protobuf
http://hbxflihua.iteye.com/blog/2231878 本实例使用netty4+protobuf-2.5.0,在win7下执行,并且假设已经安装jdk和maven。 1、下载Protobuf的Windows版,网址如下:https://developers.google.com/protocol-buffers/docs/downloads?hl=zh-...原创 2016-07-27 16:40:40 · 228 阅读 · 0 评论 -
Netty+Protobuf编程
版本:java7 netty5 protobuf-java-2.5.0 protobuf 消息定义如下: Auth.proto option java_package = "com.xinli.netty.protobuf"; package auth; message AuthRequest{ // (1) required string user_id=...原创 2016-07-27 16:57:35 · 198 阅读 · 0 评论
分享