netty 学习资料

近期在做一个网页遥控器的项目。用到了netty,但还未发现比較系统完整的netty博客教程,所以打算自己写一个netty学习教程,会每天更新一篇,欢迎交流。

先给大家提供一些资料:

1. 比較简短易懂的有实例的系列教程。涉及到了netty关键特性:但个人认为比較速成,不系统,不深入

http://www.coderli.com/netty-course-hello-world

http://www.coderli.com/netty-two-concepts

http://www.coderli.com/netty-string-channelbuffer

http://www.coderli.com/netty-channel-stream

http://www.coderli.com/netty-message-receive-count-mismatch

http://www.coderli.com/netty-nio-selector

http://www.coderli.com/netty-message-receive-count-mismatch-two

http://www.coderli.com/netty-object-transmit

http://www.coderli.com/netty-custom-object-codec

http://www.coderli.com/netty-object-continuous-readwrite

http://www.coderli.com/netty-concurrency-problem-one

http://www.coderli.com/netty-concurrency-problem-test-two

http://www.coderli.com/netty-concurrency-problem-test-end

http://www.coderli.com/netty-oio-nio

http://www.coderli.com/netty-file-transfer

http://www.coderli.com/netty-server-bootstrap-nio-source-analysis

http://www.coderli.com/netty4-hello-world

2. 我眼下看了两本书:

(1)Netty 权威指南 (这本书介绍比較全面,还包含重要源代码分析),可是这个pdf版在网上没找到

(2)只是最好的是。Action in Netty 第五版(英文教程),里面的分析图较多,清楚易懂,pdf版要下载能够去我的博客资源里下

原文地址:https://www.cnblogs.com/wgwyanfs/p/7290884.html