org.apache.mina.transport.socket.nio
Class NioProcessor.IoSessionIterator<NioSession>

java.lang.Object
  extended by 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 the Selector.selectedKeys() or the Selector.keys() iterator;


Method Summary
 boolean hasNext()
          
 NioSession next()
          
 void remove()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()

Specified by:
hasNext in interface java.util.Iterator<NioSession>

next

public NioSession next()

Specified by:
next in interface java.util.Iterator<NioSession>

remove

public void remove()

Specified by:
remove in interface java.util.Iterator<NioSession>