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
A
IoFuture-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAcceptorOperationFuture(List<? extends SocketAddress> localAddresses) Creates a new AcceptorOperationFuture instance -
Method Summary
Methods inherited from class AbstractIoService.ServiceOperationFuture
getException, isDone, setDone, setExceptionMethods inherited from class DefaultIoFuture
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, getSession, getValue, join, join, removeListener, setValue
-
Field Details
-
localAddresses
-
-
Constructor Details
-
AcceptorOperationFuture
Creates a new AcceptorOperationFuture instance- Parameters:
localAddresses- The list of local addresses to listen to
-
-
Method Details
-
getLocalAddresses
- Returns:
- The list of local addresses we listen to
-
toString
-