|
XNIO API 2.0.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IoFuture.Notifier | |
---|---|
org.jboss.xnio | The main API package for XNIO. |
Uses of IoFuture.Notifier in org.jboss.xnio |
---|
Classes in org.jboss.xnio that implement IoFuture.Notifier | |
---|---|
static class |
IoFuture.HandlingNotifier<T,A>
A base notifier class that calls the designated handler method on notification. |
Methods in org.jboss.xnio that return IoFuture.Notifier | ||
---|---|---|
static IoFuture.Notifier<java.lang.Object,java.io.Closeable> |
IoUtils.attachmentClosingNotifier()
Get a notifier that closes the attachment. |
|
static
|
IoUtils.channelListenerNotifier()
Get the notifier that invokes the channel listener given as an attachment. |
|
static IoFuture.Notifier<java.io.Closeable,java.lang.Void> |
IoUtils.closingNotifier()
Get a notifier that closes the result. |
|
static
|
IoUtils.getManagerNotifier()
Get a notifier which forwards the result to another IoFuture 's manager. |
|
static
|
IoUtils.resultNotifier()
Get the result notifier. |
|
static
|
IoUtils.runnableNotifier(java.lang.Runnable runnable)
Get a notifier that runs the supplied action. |
Methods in org.jboss.xnio with parameters of type IoFuture.Notifier | ||
---|---|---|
|
IoFuture.addNotifier(IoFuture.Notifier<? super T,A> notifier,
A attachment)
Add a notifier to be called when this operation is complete. |
|
|
AbstractConvertingIoFuture.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. |
|
XNIO API 2.0.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |