Package | Description |
---|---|
org.apache.mina.core.future | |
org.apache.mina.core.session |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultReadFuture |
A default implementation of
WriteFuture . |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
ReadFuture |
AbstractIoSession.read() |
TODO This javadoc is wrong.
|
ReadFuture |
IoSession.read() |
TODO This javadoc is wrong.
|
Copyright © 2004–2018 Apache MINA Project. All rights reserved.