Package org.apache.mina.core.service
Class AbstractIoAcceptor.AcceptorOperationFuture
- java.lang.Object
-
- org.apache.mina.core.future.DefaultIoFuture
-
- org.apache.mina.core.service.AbstractIoService.ServiceOperationFuture
-
- org.apache.mina.core.service.AbstractIoAcceptor.AcceptorOperationFuture
-
- All Implemented Interfaces:
IoFuture
- Enclosing class:
- AbstractIoAcceptor
public static class AbstractIoAcceptor.AcceptorOperationFuture extends AbstractIoService.ServiceOperationFuture
AIoFuture
-
-
Constructor Summary
Constructors Constructor Description AcceptorOperationFuture(List<? extends SocketAddress> localAddresses)
Creates a new AcceptorOperationFuture instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SocketAddress>
getLocalAddresses()
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
-
-
-
-
Constructor Detail
-
AcceptorOperationFuture
public AcceptorOperationFuture(List<? extends SocketAddress> localAddresses)
Creates a new AcceptorOperationFuture instance- Parameters:
localAddresses
- The list of local addresses to listen to
-
-
Method Detail
-
getLocalAddresses
public final List<SocketAddress> getLocalAddresses()
- Returns:
- The list of local addresses we listen to
-
toString
public String toString()
- Overrides:
toString
in classObject
- See Also:
Object.toString()
-
-