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