Uses of Class
jnr.enxio.channels.PollSelectionKey
-
-
Uses of PollSelectionKey in jnr.enxio.channels
Fields in jnr.enxio.channels declared as PollSelectionKey Modifier and Type Field Description private PollSelectionKey[]
PollSelector. keyArray
Methods in jnr.enxio.channels with parameters of type PollSelectionKey Modifier and Type Method Description private void
PollSelector. add(PollSelectionKey k)
(package private) void
PollSelector. interestOps(PollSelectionKey k, int ops)
private void
PollSelector. remove(PollSelectionKey k)
-