Uses of Interface
jnr.enxio.channels.NativeSelectableChannel
-
-
Uses of NativeSelectableChannel in jnr.enxio.channels
Classes in jnr.enxio.channels that implement NativeSelectableChannel Modifier and Type Class Description class
AbstractNativeDatagramChannel
class
AbstractNativeSocketChannel
class
NativeDeviceChannel
class
NativeServerSocketChannel
class
NativeSocketChannel
Fields in jnr.enxio.channels declared as NativeSelectableChannel Modifier and Type Field Description private NativeSelectableChannel
KQSelectionKey. channel
private NativeSelectableChannel
PollSelectionKey. channel
Constructors in jnr.enxio.channels with parameters of type NativeSelectableChannel Constructor Description KQSelectionKey(KQSelector selector, NativeSelectableChannel channel, int ops)
PollSelectionKey(PollSelector selector, NativeSelectableChannel channel)
-