Uses of Interface
org.apache.mina.core.future.ReadFuture
Packages that use ReadFuture
-
Uses of ReadFuture in org.apache.mina.core.future
Classes in org.apache.mina.core.future that implement ReadFutureMethods in org.apache.mina.core.future that return ReadFutureModifier and TypeMethodDescriptionDefaultReadFuture.addListener(IoFutureListener<?> listener) Adds an eventlistenerwhich is notified when this future is completed.ReadFuture.addListener(IoFutureListener<?> listener) Adds an eventlistenerwhich is notified when this future is completed.DefaultReadFuture.await()Wait for the asynchronous operation to complete.ReadFuture.await()Wait for the asynchronous operation to complete.DefaultReadFuture.awaitUninterruptibly()Wait for the asynchronous operation to complete uninterruptibly.ReadFuture.awaitUninterruptibly()Wait for the asynchronous operation to complete uninterruptibly.DefaultReadFuture.removeListener(IoFutureListener<?> listener) Removes an existing eventlistenerso it won't be notified when the future is completed.ReadFuture.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 ReadFutureModifier and TypeMethodDescriptionprivate ReadFutureAbstractIoSession.newReadFuture()final ReadFutureAbstractIoSession.read()IoSession.read()Methods in org.apache.mina.core.session that return types with arguments of type ReadFutureModifier and TypeMethodDescriptionprivate Queue<ReadFuture>AbstractIoSession.getReadyReadFutures()private Queue<ReadFuture>AbstractIoSession.getWaitingReadFutures()