protected static class NioProcessor.IoSessionIterator<NioSession> extends Object implements Iterator<NioSession>
Selector.selectedKeys() or
the Selector.keys() iterator;| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
NioSession |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<NioSession>public NioSession next()
next in interface Iterator<NioSession>public void remove()
remove in interface Iterator<NioSession>Copyright © 2004–2017 Apache MINA Project. All rights reserved.