org.apache.mina.common
Class AbstractIoAcceptor.AcceptorOperationFuture
java.lang.Object
org.apache.mina.common.DefaultIoFuture
org.apache.mina.common.AbstractIoService.ServiceOperationFuture
org.apache.mina.common.AbstractIoAcceptor.AcceptorOperationFuture
- All Implemented Interfaces:
- IoFuture
- Enclosing class:
- AbstractIoAcceptor
protected static class AbstractIoAcceptor.AcceptorOperationFuture
- extends AbstractIoService.ServiceOperationFuture
Methods inherited from class org.apache.mina.common.DefaultIoFuture |
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, getSession, getValue, isReady, join, join, removeListener, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractIoAcceptor.AcceptorOperationFuture
public AbstractIoAcceptor.AcceptorOperationFuture(List<? extends SocketAddress> localAddresses)
getLocalAddresses
public final List<SocketAddress> getLocalAddresses()
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.