Uses of Interface
jnr.enxio.channels.NativeSelectableChannel
-
Uses of NativeSelectableChannel in jnr.enxio.channels
Classes in jnr.enxio.channels that implement NativeSelectableChannelModifier and TypeClassDescriptionclass
class
class
Fields in jnr.enxio.channels declared as NativeSelectableChannelModifier and TypeFieldDescriptionprivate final NativeSelectableChannel
KQSelectionKey.channel
private final NativeSelectableChannel
PollSelectionKey.channel
Constructors in jnr.enxio.channels with parameters of type NativeSelectableChannelModifierConstructorDescriptionKQSelectionKey
(KQSelector selector, NativeSelectableChannel channel, int ops) PollSelectionKey
(PollSelector selector, NativeSelectableChannel channel)