- All Superinterfaces:
TerminateHandler
- All Known Implementing Classes:
WriteReadyHandler.ChannelListenerHandler
A conduit write-ready handler.
- Author:
- David M. Lloyd
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
WriteReadyHandler.ChannelListenerHandler<C extends SuspendableWriteChannel & WriteListenerSettable<C> & CloseListenerSettable<C>>
A write ready handler which calls channel listener(s).static class
A runnable task which invokes thewriteReady()
method of the given handler. -
Method Summary
Methods inherited from interface org.xnio.conduits.TerminateHandler
forceTermination, terminated
-
Method Details
-
writeReady
void writeReady()Signify that writes are ready.
-