| Package | Description |
|---|---|
| org.avineas.io.notify |
Extra IO interfaces and classes that can be used to handle channel multiplexing by
notifying a party that data is available.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NotifyingChannel
Notifying channel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotifyingChannelWrapper
Wrapper around another channel to add notification.
|
class |
NotifyingReadChannel<C extends ReadChannel>
Wrapper around another channel to add notification to a read channel.
|