Netty入门学习

一、他山之石

Netty实现原理浅析

http://www.importnew.com/15656.html

netty线程模型

http://www.infoq.com/cn/articles/netty-threading-model#mainLogin

读完这篇文章,我们就会对netty的大概有所了解;但是netty中channel、channelpipeline、handler等概念还是比较模糊,下面主要针对这几个概念进行解析。

二、netty中的channel、channelpipeline

上一篇:maven项目中的pom.xml


下一篇:使用mybatis开发dao方法