protected static class NioProcessor.IoSessionIterator<NioSession> extends Object implements Iterator<NioSession>
Selector.selectedKeys() or
the Selector.keys() iterator;public boolean hasNext()
hasNext in interface Iterator<NioSession>public NioSession next()
next in interface Iterator<NioSession>public void remove()
remove in interface Iterator<NioSession>