Modifier and Type | Class and Description |
---|---|
class |
AbstractNativeDatagramChannel |
class |
AbstractNativeSocketChannel |
class |
NativeDeviceChannel |
class |
NativeServerSocketChannel |
class |
NativeSocketChannel |
Modifier and Type | Field and Description |
---|---|
private NativeSelectableChannel |
PollSelectionKey.channel |
private NativeSelectableChannel |
KQSelectionKey.channel |
Constructor and Description |
---|
KQSelectionKey(KQSelector selector,
NativeSelectableChannel channel,
int ops) |
PollSelectionKey(PollSelector selector,
NativeSelectableChannel channel) |