Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

前置知识学习之前需要理清这么几个关键概念: netty相关:EventLoop, EventLoopGroup, ChannelHandler, ChannelPipeline,ChannnelPromise, ChannelFuture nio相关:channel, selector. Channel与Selector谈到nio, 那么channel和selector就是绕不开的话题,...