示例代码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