| Interface | Description |
|---|---|
| BufferWritableOutputStream |
Represents an output stream that can write byte buffers
directly.
|
| IoCallback | |
| Sender |
Sender interface that allows for callback based async IO.
|
| Class | Description |
|---|---|
| AsyncSenderImpl | |
| BlockingSenderImpl |
A sender that uses an output stream.
|
| DefaultIoCallback |
A default callback implementation that simply ends the exchange
|
| UndertowInputStream |
Input stream that reads from the underlying channel.
|
| UndertowOutputStream |
Buffering output stream that wraps a channel.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.