用netty實現長連接


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

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM