Netty In Action 中文版 代码清单已经更新到 Netty 4.1.25.final 如何评价这本书-知乎 关于本书-豆瓣 京东链接(现货发售):《Netty实战》([美]诺曼·毛瑞尔(Norman Maurer),马文·艾伦·沃尔夫泰尔(Marvin Allen Wolfthal)) 不负好时光《Netty IN ACTION》中文版《Netty实
*/protectedvoiddecodeLast(ChannelHandlerContext ctx,ByteBufin,List<Object>out)throws Exception{if(in.isReadable()){// Only call decode() if there is something left in the buffer to decode.// See https://github.com/netty/netty/issues/4386decodeRemovalReentryProtection(ctx,in,out);}} 示例: ...
https://github.com/waylau/essential-netty-in-action/ 的SUMMARY.md(源码) http://waylau.gitbooks.io/essential-netty-in-action/ 点击Read 按钮(同步更新,国内访问速度一般) http://waylau.com/essential-netty-in-action/(国内访问速度快,定期更新。最后更新于 2016-2-16) Issue 意见、建议 如有勘误、意...
《Netty实战》代码清单:https://github.com/ReactivePlatform/netty-in-action-cn 关于译者 何品,淘宝资深软件工程师,热爱网络、并发、异步相关的主题以及函数式编程,同时也是Netty、Akka等项目的贡献者,活跃于Scala社区,目前也在从事GraphQL相关的开发工作。 关于翻译历程,何品在云栖社区的博客《不负好时光:中文版翻译...
https://jeff-duan.github.io/downloads/resource/netty/Netty%20in%20Action-%E4%B8%AD%E6%96%87%E7%89%88.pdf
Netty 的源代码、Github上的讨论、社区的文档和博客都为我提供了充分的养分,并且如同我在书中提到的,Netty 和 Akka 其实是对我影响很大的两个框架,我从这两个框架中学到了太多的东西:优秀的框架设计、良好的软件工程、精巧的逻辑,每个小的点和它们的整体都是那么充满艺术和美感。社区,特别是主要的维护者,也特别...
简介:Netty 是支撑了阿里巴巴内部的RPC框架、消息中间件等一系列的核心基础系统的 Java 高性能网络编程框架。由 Netty 的Tech Leader所主导编写的《Netty IN ACTION》的中文版已经上市了,本文记录了翻译《Netty IN ACTION》这本书的中文版本《Netty实战》的心路历程。
Netty目前的项目leader是德国人Norman Maurer(之前在Redhat,全职开发Netty),也是《Netty in Action》的作者,目前是苹果公司高级工程师。Norman maurer大神的其它信息:他的个人博客:http://normanmaurer.me/他的Github:https://github.com/normanmaurer最后,附上两位大神的同框图:6、Netty能做什么?学技能都是...
Netty目前的项目leader是德国人Norman Maurer(之前在Redhat,全职开发Netty),也是《Netty in Action》的作者,目前是苹果公司高级工程师。 ▲ Norman maurer 本尊 Norman maurer大神的其它信息: 他的个人博客:http://normanmaurer.me/ 他的Github:https://github.com/normanmaurer ...
他的Github:https://github.com/trustin 5.2 Netty现任Leader Netty目前的项目leader是德国人Norman Maurer(之前在Redhat,全职开发Netty),也是《Netty in Action》的作者,目前是苹果公司高级工程师。 ▲ Norman maurer 本尊 Norman maurer大神的其它信息: