问题描述
1CommonSessionsession=nitificationQueue.get(id);2Selectorselector=session.getSelector();3SocketChannelsocketChannel=session.getThisSocketChannel();4nitificationQueue.get(id).getThisSocketChannel().close();第3行已经在第2个的selector上注册了读事件。现在我想取消当前这一个socketchannel在selector的读数据怎么写??只取消一个socketchannel的读事件不是所有的
时间: 2024-10-27 05:22:09