org.apache.mina.core.service
Class AbstractIoAcceptor.AcceptorOperationFuture

java.lang.Object
  extended by org.apache.mina.core.future.DefaultIoFuture
      extended by org.apache.mina.core.service.AbstractIoService.ServiceOperationFuture
          extended by org.apache.mina.core.service.AbstractIoAcceptor.AcceptorOperationFuture
All Implemented Interfaces:
IoFuture
Enclosing class:
AbstractIoAcceptor

public static class AbstractIoAcceptor.AcceptorOperationFuture
extends AbstractIoService.ServiceOperationFuture


Constructor Summary
AbstractIoAcceptor.AcceptorOperationFuture(java.util.List<? extends java.net.SocketAddress> localAddresses)
           
 
Method Summary
 java.util.List<java.net.SocketAddress> getLocalAddresses()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.mina.core.service.AbstractIoService.ServiceOperationFuture
getException, isDone, setDone, setException
 
Methods inherited from class org.apache.mina.core.future.DefaultIoFuture
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, getSession, getValue, join, join, removeListener, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractIoAcceptor.AcceptorOperationFuture

public AbstractIoAcceptor.AcceptorOperationFuture(java.util.List<? extends java.net.SocketAddress> localAddresses)
Method Detail

getLocalAddresses

public final java.util.List<java.net.SocketAddress> getLocalAddresses()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


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