摘要:
The Netty projectis an effort to provide an asynchronous event-driven network application framework and tooling for the rapid development of maintainable high-performance high-scalability protocol servers and clients.软件需求:jdk1.7 netty4.0最简单的协议,服务端抛弃收到的任何请求。Netty使用事件驱动来处理收到的数据,ChannelInboundHandler接口 阅读全文