
Netty
欧米优
白俄罗斯国家技术大学 信息技术软件专业毕业。硕士研究生。请大家多多帮助
展开
-
Protobuf 动态创建对象
准备用netty+protobuf做一个通讯模块. 在netty官网找到一个LocalTime的一个demo, class LocalTimeServerPipelineFactory implements ChannelPipelineFactory { public ChannelPipeline getPipeline() throws Exception {转载 2013-04-18 08:47:29 · 3429 阅读 · 0 评论 -
Generic Parsing of PB in java
Is it possible to parse PB in a generic fashion in java ? I looked into GeneratedMessage and could not find a way to parse any PB byte buffer into a GeneratedMessage. Essentially, i am trying to parse转载 2013-04-18 09:03:49 · 995 阅读 · 0 评论