Uses of Interface
org.apache.mina.core.future.IoFutureListener
Packages that use IoFutureListener
Package
Description
In-VM pipe support which removes the overhead of local loopback communication.
-
Uses of IoFutureListener in org.apache.mina.core.future
Classes in org.apache.mina.core.future that implement IoFutureListenerFields in org.apache.mina.core.future declared as IoFutureListenerModifier and TypeFieldDescriptionstatic final IoFutureListener<IoFuture> IoFutureListener.CLOSEprivate IoFutureListener<?> DefaultIoFuture.firstListenerThe first listener.Fields in org.apache.mina.core.future with type parameters of type IoFutureListenerModifier and TypeFieldDescriptionprivate List<IoFutureListener<?>> DefaultIoFuture.otherListenersAll the other listeners, in case we have more than oneMethods in org.apache.mina.core.future with parameters of type IoFutureListenerModifier and TypeMethodDescriptionCloseFuture.addListener(IoFutureListener<?> listener) Adds an eventlistenerwhich is notified when this future is completed.ConnectFuture.addListener(IoFutureListener<?> listener) Adds an eventlistenerwhich is notified when this future is completed.DefaultCloseFuture.addListener(IoFutureListener<?> listener) Adds an eventlistenerwhich is notified when this future is completed.DefaultConnectFuture.addListener(IoFutureListener<?> listener) Adds an eventlistenerwhich is notified when this future is completed.DefaultIoFuture.addListener(IoFutureListener<?> listener) Adds an eventlistenerwhich is notified when this future is completed.DefaultReadFuture.addListener(IoFutureListener<?> listener) Adds an eventlistenerwhich is notified when this future is completed.DefaultWriteFuture.addListener(IoFutureListener<?> listener) Adds an eventlistenerwhich is notified when this future is completed.IoFuture.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.WriteFuture.addListener(IoFutureListener<?> listener) Adds an eventlistenerwhich is notified when this future is completed.private voidDefaultIoFuture.notifyListener(IoFutureListener listener) CloseFuture.removeListener(IoFutureListener<?> listener) Removes an existing eventlistenerso it won't be notified when the future is completed.ConnectFuture.removeListener(IoFutureListener<?> listener) Removes an existing eventlistenerso it won't be notified when the future is completed.DefaultCloseFuture.removeListener(IoFutureListener<?> listener) Removes an existing eventlistenerso it won't be notified when the future is completed.DefaultConnectFuture.removeListener(IoFutureListener<?> listener) Removes an existing eventlistenerso it won't be notified when the future is completed.DefaultIoFuture.removeListener(IoFutureListener<?> listener) Removes an existing eventlistenerso it won't be notified when the future is completed.DefaultReadFuture.removeListener(IoFutureListener<?> listener) Removes an existing eventlistenerso it won't be notified when the future is completed.DefaultWriteFuture.removeListener(IoFutureListener<?> listener) Removes an existing eventlistenerso it won't be notified when the future is completed.IoFuture.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.WriteFuture.removeListener(IoFutureListener<?> listener) Removes an existing eventlistenerso it won't be notified when the future is completed. -
Uses of IoFutureListener in org.apache.mina.core.service
Classes in org.apache.mina.core.service that implement IoFutureListenerModifier and TypeClassDescriptionprivate static classA listener in charge of releasing the lock when the close has been completed -
Uses of IoFutureListener in org.apache.mina.core.session
Classes in org.apache.mina.core.session that implement IoFutureListenerFields in org.apache.mina.core.session declared as IoFutureListenerModifier and TypeFieldDescriptionprivate static final IoFutureListener<CloseFuture> AbstractIoSession.SCHEDULED_COUNTER_RESETTERprivate final IoFutureListener<IoFuture> IdleStatusChecker.sessionCloseListener -
Uses of IoFutureListener in org.apache.mina.transport.vmpipe
Classes in org.apache.mina.transport.vmpipe that implement IoFutureListenerFields in org.apache.mina.transport.vmpipe declared as IoFutureListenerModifier and TypeFieldDescriptionprivate static final IoFutureListener<IoFuture> VmPipeConnector.LOCAL_ADDRESS_RECLAIMER