Uses of Interface
org.apache.mina.core.future.ReadFuture
-
Packages that use ReadFuture Package Description org.apache.mina.core.future org.apache.mina.core.session -
-
Uses of ReadFuture in org.apache.mina.core.future
Classes in org.apache.mina.core.future that implement ReadFuture Modifier and Type Class Description classDefaultReadFutureA default implementation ofWriteFuture.Methods in org.apache.mina.core.future that return ReadFuture Modifier and Type Method Description ReadFutureDefaultReadFuture. addListener(IoFutureListener<?> listener)Adds an eventlistenerwhich is notified when this future is completed.ReadFutureReadFuture. addListener(IoFutureListener<?> listener)Adds an eventlistenerwhich is notified when this future is completed.ReadFutureDefaultReadFuture. await()Wait for the asynchronous operation to complete.ReadFutureReadFuture. await()Wait for the asynchronous operation to complete.ReadFutureDefaultReadFuture. awaitUninterruptibly()Wait for the asynchronous operation to complete uninterruptibly.ReadFutureReadFuture. awaitUninterruptibly()Wait for the asynchronous operation to complete uninterruptibly.ReadFutureDefaultReadFuture. removeListener(IoFutureListener<?> listener)Removes an existing eventlistenerso it won't be notified when the future is completed.ReadFutureReadFuture. removeListener(IoFutureListener<?> listener)Removes an existing eventlistenerso it won't be notified when the future is completed. -
Uses of ReadFuture in org.apache.mina.core.session
Methods in org.apache.mina.core.session that return ReadFuture Modifier and Type Method Description private ReadFutureAbstractIoSession. newReadFuture()ReadFutureAbstractIoSession. read()TODO This javadoc is wrong.ReadFutureIoSession. read()TODO This javadoc is wrong.Methods in org.apache.mina.core.session that return types with arguments of type ReadFuture Modifier and Type Method Description private java.util.Queue<ReadFuture>AbstractIoSession. getReadyReadFutures()private java.util.Queue<ReadFuture>AbstractIoSession. getWaitingReadFutures()
-