public interface WriteReadyHandler extends TerminateHandler
Modifier and Type | Interface and Description |
---|---|
static class |
WriteReadyHandler.ChannelListenerHandler<C extends SuspendableWriteChannel & WriteListenerSettable<C> & CloseListenerSettable<C>>
A write ready handler which calls channel listener(s).
|
static class |
WriteReadyHandler.ReadyTask
A runnable task which invokes the
writeReady() method of the given handler. |
Modifier and Type | Method and Description |
---|---|
void |
writeReady()
Signify that writes are ready.
|
forceTermination, terminated
Copyright © 2017 JBoss by Red Hat. All rights reserved.