org.apache.mina.transport.socket.nio
Class NioProcessor.IoSessionIterator

java.lang.Object
  extended by org.apache.mina.transport.socket.nio.NioProcessor.IoSessionIterator
All Implemented Interfaces:
Iterator<NioSession>
Enclosing class:
NioProcessor

protected static class NioProcessor.IoSessionIterator
extends Object
implements Iterator<NioSession>


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 Iterator<NioSession>

next

public NioSession next()
Specified by:
next in interface Iterator<NioSession>

remove

public void remove()
Specified by:
remove in interface Iterator<NioSession>


Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.