Package | Description |
---|---|
org.xnio.conduits |
The XNIO conduit SPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReadReadyHandler
A conduit read-ready handler.
|
interface |
WriteReadyHandler
A conduit write-ready handler.
|
Modifier and Type | Class and Description |
---|---|
static class |
ReadReadyHandler.ChannelListenerHandler<C extends SuspendableReadChannel & ReadListenerSettable<C> & CloseListenerSettable<C>>
A read ready handler which calls channel listener(s).
|
static class |
TerminateHandler.ChannelListenerHandler<C extends Channel & CloseListenerSettable<C>>
A terminate handler which calls a channel listener on termination notification.
|
static class |
WriteReadyHandler.ChannelListenerHandler<C extends SuspendableWriteChannel & WriteListenerSettable<C> & CloseListenerSettable<C>>
A write ready handler which calls channel listener(s).
|
Constructor and Description |
---|
ReadyTask(TerminateHandler handler)
Construct a new instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.