public interface IoFuture<V> extends Future<V>
IoFuture<V> register(IoFutureListener<V> listener)
listener
- the listener to asynchronously receive the results of the future computationCopyright © 2009–2013 Apache MINA Project. All rights reserved.