protected static class NioProcessor.IoSessionIterator<NioSession>
extends java.lang.Object
implements java.util.Iterator<NioSession>
Selector.selectedKeys() or
the Selector.keys() iterator;| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
NioSession |
next() |
void |
remove() |
public boolean hasNext()
hasNext in interface java.util.Iterator<NioSession>public NioSession next()
next in interface java.util.Iterator<NioSession>public void remove()
remove in interface java.util.Iterator<NioSession>