Tomcat NioEndpoint.Poller和Netty NioEventLoop OP_READ实现对比
一、TomcatNioEndpoint.PollerNioEndpoint.Poller#runwhile(true)处理监听到的感兴趣事件(SelectionKey#interestOps(int))NioEndpoint.Poller#processKey迭代处理发生的事件2.1unreg(sk,attachment,sk.readyOps());取消注册socketchannel感兴趣事件,