| Package | Description |
|---|---|
| io.undertow.conduits | |
| io.undertow.protocols.ssl | |
| org.xnio.conduits |
The XNIO conduit SPI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdleTimeoutConduit.setWriteReadyHandler(WriteReadyHandler handler) |
void |
DeflatingStreamSinkConduit.setWriteReadyHandler(WriteReadyHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
SslConduit.setWriteReadyHandler(WriteReadyHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
static class |
WriteReadyHandler.ChannelListenerHandler<C extends SuspendableWriteChannel & WriteListenerSettable<C> & CloseListenerSettable<C>>
A write ready handler which calls channel listener(s).
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamSinkChannelWrappingConduit.setWriteReadyHandler(WriteReadyHandler handler) |
void |
SinkConduit.setWriteReadyHandler(WriteReadyHandler handler)
Set the handler which should receive readiness notifications.
|
void |
NullStreamSinkConduit.setWriteReadyHandler(WriteReadyHandler handler) |
void |
AbstractSynchronizedSinkConduit.setWriteReadyHandler(WriteReadyHandler handler) |
void |
AbstractSinkConduit.setWriteReadyHandler(WriteReadyHandler handler) |
| Constructor and Description |
|---|
ReadyTask(WriteReadyHandler handler)
Construct a new instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.