Event

Events that are used to register a Conduit to a selector and are returned in a SelectionKey after calling ISelector.select().

Values

ValueMeaning
None0
Read(1 << 0)
UrgentRead(1 << 1)
Write(1 << 2)
Error(1 << 3)
Hangup(1 << 4)
InvalidHandle(1 << 5)

Meta