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(List<? extends SocketAddress> localAddresses)
           
 
Method Summary
 List<SocketAddress> getLocalAddresses()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

AbstractIoAcceptor.AcceptorOperationFuture

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

getLocalAddresses

public final List<SocketAddress> getLocalAddresses()


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