Package org.apache.mina.transport.vmpipe
Class VmPipeConnector.LocalAddressReclaimer
- java.lang.Object
-
- org.apache.mina.transport.vmpipe.VmPipeConnector.LocalAddressReclaimer
-
- All Implemented Interfaces:
java.util.EventListener,IoFutureListener<IoFuture>
- Enclosing class:
- VmPipeConnector
private static class VmPipeConnector.LocalAddressReclaimer extends java.lang.Object implements IoFutureListener<IoFuture>
-
-
Field Summary
-
Fields inherited from interface org.apache.mina.core.future.IoFutureListener
CLOSE
-
-
Constructor Summary
Constructors Modifier Constructor Description privateLocalAddressReclaimer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidoperationComplete(IoFuture future)Invoked when the operation associated with theIoFuturehas been completed even if you add the listener after the completion.
-
-
-
Method Detail
-
operationComplete
public void operationComplete(IoFuture future)
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.
-
-