Class VmPipeConnector.LocalAddressReclaimer
java.lang.Object
org.apache.mina.transport.vmpipe.VmPipeConnector.LocalAddressReclaimer
- All Implemented Interfaces:
EventListener, IoFutureListener<IoFuture>
- Enclosing class:
VmPipeConnector
private static class VmPipeConnector.LocalAddressReclaimer
extends Object
implements IoFutureListener<IoFuture>
-
Field Summary
Fields inherited from interface IoFutureListener
CLOSE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidoperationComplete(IoFuture future) Invoked when the operation associated with theIoFuturehas been completed even if you add the listener after the completion.
-
Constructor Details
-
LocalAddressReclaimer
private LocalAddressReclaimer()
-
-
Method Details
-
operationComplete
Description copied from interface:IoFutureListenerInvoked when the operation associated with theIoFuturehas been completed even if you add the listener after the completion.- Specified by:
operationCompletein interfaceIoFutureListener<IoFuture>- Parameters:
future- The sourceIoFuturewhich called this callback.
-