示例代碼1:https://github.com/howdyli/netty
示例代碼2:http://my.oschina.net/bv10000/blog/399388
ios asyncsocket示例代碼:http://www.superqq.com/blog/2015/04/03/ioskai-fa-zhi-asyncsocketshi-yong-jiao-cheng/
長連接服務文章: http://www.dozer.cc/2014/12/netty-long-connection.html
netty wiki:http://netty.io/wiki/related-articles.html
李林鋒文章集合: http://my.oschina.net/greki/blog/653204
netty+mqtt: http://www.cnblogs.com/yfliufei/p/4463538.html
mqtt相關文章:http://topmanopensource.iteye.com/category/64327
用 netty監聽rabbitmq的消息的代碼:
https://github.com/luxiaoxun/NettyMqServer/tree/master/src/com/nettymq/server
https://github.com/danbim/amqp-netty-ws/tree/master/src/main/java/de/danbim/amqpnettyws
在netty4中寫業務邏輯代碼不阻塞io線程:
http://netty.io/4.0/api/io/netty/channel/ChannelPipeline.html
http://stackoverflow.com/questions/24281702/business-logic-in-netty
https://www.zhihu.com/question/35487154
netty自帶的例子:https://github.com/netty/netty/tree/4.0/example/src/main/java/io/netty/example
在netty4中可實現一個client與多個server的綁定
http://stackoverflow.com/questions/24571339/netty-4-0-multi-port-with-difference-protocol-each-port
netty更多文章集合:
http://calvin1978.blogcn.com/articles/netty-info.html
netty引用對象中英文說明:
http://netty.io/wiki/reference-counted-objects.html
http://damacheng009.iteye.com/blog/2013657