ReadFuture |
DefaultReadFuture.addListener(IoFutureListener<?> listener) |
Adds an event listener which is notified when
this future is completed.
|
ReadFuture |
ReadFuture.addListener(IoFutureListener<?> listener) |
Adds an event listener which is notified when
this future is completed.
|
ReadFuture |
DefaultReadFuture.await() |
Wait for the asynchronous operation to complete.
|
ReadFuture |
ReadFuture.await() |
Wait for the asynchronous operation to complete.
|
ReadFuture |
DefaultReadFuture.awaitUninterruptibly() |
Wait for the asynchronous operation to complete uninterruptibly.
|
ReadFuture |
ReadFuture.awaitUninterruptibly() |
Wait for the asynchronous operation to complete uninterruptibly.
|
ReadFuture |
DefaultReadFuture.removeListener(IoFutureListener<?> listener) |
Removes an existing event listener so it won't be notified when
the future is completed.
|
ReadFuture |
ReadFuture.removeListener(IoFutureListener<?> listener) |
Removes an existing event listener so it won't be notified when
the future is completed.
|