public interface ReadReadyHandler extends TerminateHandler
Modifier and Type | Interface and Description |
---|---|
static class |
ReadReadyHandler.ChannelListenerHandler<C extends SuspendableReadChannel & ReadListenerSettable<C> & CloseListenerSettable<C>>
A read ready handler which calls channel listener(s).
|
static class |
ReadReadyHandler.ReadyTask
A runnable task which invokes the
readReady() method of the given handler. |
Modifier and Type | Method and Description |
---|---|
void |
readReady()
Signify that reads are ready.
|
forceTermination, terminated
Copyright © 2016 JBoss by Red Hat. All rights reserved.