| Interface | Description |
|---|---|
| Native.LibC | |
| NativeSelectableChannel |
| Class | Description |
|---|---|
| AbstractNativeDatagramChannel | |
| AbstractNativeSocketChannel | |
| Common |
Helper class, providing common methods.
|
| KQSelectionKey | |
| KQSelector |
An implementation of a
Selector that uses the BSD (including MacOS)
kqueue(2) mechanism |
| KQSelector.Descriptor | |
| KQSelector.EventIO | |
| KQSelector.EventLayout | |
| Native | |
| Native.SingletonHolder | |
| Native.Timespec | |
| NativeDeviceChannel | |
| NativeSelectorProvider | |
| NativeSelectorProvider.SingletonHolder | |
| NativeServerSocketChannel | |
| NativeSocketChannel | |
| PollSelectionKey | |
| PollSelector |
An implementation of a
Selector that uses good old
poll(2) |
| Exception | Description |
|---|---|
| NativeException |