Package jnr.enxio.channels
Class KQSelector.Descriptor
- java.lang.Object
-
- jnr.enxio.channels.KQSelector.Descriptor
-
- Enclosing class:
- KQSelector
private static class KQSelector.Descriptor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
fd
private java.util.Set<KQSelectionKey>
keys
private boolean
read
private boolean
write
-
Constructor Summary
Constructors Constructor Description Descriptor(int fd)
-
-
-
Field Detail
-
fd
private final int fd
-
keys
private final java.util.Set<KQSelectionKey> keys
-
write
private boolean write
-
read
private boolean read
-
-