-
- All Superinterfaces:
TerminateHandler
- All Known Implementing Classes:
ReadReadyHandler.ChannelListenerHandler
public interface ReadReadyHandler extends TerminateHandler
A conduit read-ready handler.- Author:
- David M. Lloyd
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classReadReadyHandler.ChannelListenerHandler<C extends SuspendableReadChannel & ReadListenerSettable<C> & CloseListenerSettable<C>>A read ready handler which calls channel listener(s).static classReadReadyHandler.ReadyTaskA runnable task which invokes thereadReady()method of the given handler.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreadReady()Signify that reads are ready.-
Methods inherited from interface org.xnio.conduits.TerminateHandler
forceTermination, terminated
-
-