Uses of Interface
org.xnio.IoFuture.Notifier
Packages that use IoFuture.Notifier
-
Uses of IoFuture.Notifier in org.xnio
Classes in org.xnio that implement IoFuture.NotifierModifier and TypeClassDescriptionstatic classA base notifier class that calls the designated handler method on notification.Methods in org.xnio that return IoFuture.NotifierModifier and TypeMethodDescriptionstatic IoFuture.Notifier<Object,Closeable> IoUtils.attachmentClosingNotifier()Get a notifier that closes the attachment.static <T extends Channel>
IoFuture.Notifier<T,ChannelListener<? super T>> IoUtils.channelListenerNotifier()Get the notifier that invokes the channel listener given as an attachment.static IoFuture.Notifier<Closeable,Void> IoUtils.closingNotifier()Get a notifier that closes the result.static <T> IoFuture.Notifier<T,FutureResult<T>> IoUtils.getManagerNotifier()Get a notifier which forwards the result to anotherIoFuture's manager.static <T> IoFuture.Notifier<T,Result<T>> IoUtils.resultNotifier()Get the result notifier.static <T> IoFuture.Notifier<T,Void> IoUtils.runnableNotifier(Runnable runnable) Get a notifier that runs the supplied action.Methods in org.xnio with parameters of type IoFuture.NotifierModifier and TypeMethodDescriptionAbstractConvertingIoFuture.addNotifier(IoFuture.Notifier<? super T, A> notifier, A attachment) AbstractIoFuture.addNotifier(IoFuture.Notifier<? super T, A> notifier, A attachment) Add a notifier to be called when this operation is complete.FinishedIoFuture.addNotifier(IoFuture.Notifier<? super T, A> notifier, A attachment) IoFuture.addNotifier(IoFuture.Notifier<? super T, A> notifier, A attachment) Add a notifier to be called when this operation is complete. -
Uses of IoFuture.Notifier in org.xnio._private
Methods in org.xnio._private with parameters of type IoFuture.NotifierModifier and TypeMethodDescriptionfinal voidMessages_$logger.notifierFailed(Throwable cause, IoFuture.Notifier<?, ?> notifier, Object attachment) voidMessages.notifierFailed(Throwable cause, IoFuture.Notifier<?, ?> notifier, Object attachment)