Class NioProcessor.IoSessionIterator<NioSession>
- java.lang.Object
-
- org.apache.mina.transport.socket.nio.NioProcessor.IoSessionIterator<NioSession>
-
- All Implemented Interfaces:
java.util.Iterator<NioSession>
- Enclosing class:
- NioProcessor
protected static class NioProcessor.IoSessionIterator<NioSession> extends java.lang.Object implements java.util.Iterator<NioSession>An encapsulating iterator around theSelector.selectedKeys()or theSelector.keys()iterator;
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()NioSessionnext()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<NioSession>
-
next
public NioSession next()
- Specified by:
nextin interfacejava.util.Iterator<NioSession>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<NioSession>
-
-