Base implementation class for selection keys.
This class tracks the validity of the key and implements cancellation.
Base implementation class for selection keys. This class tracks the validity of the key and implements cancellation.
(cancel this)
Cancels this key.
If this key has not yet been cancelled then it is added to its selector's cancelled-key set while synchronized on that set.
Cancels this key. If this key has not yet been cancelled then it is added to its selector's cancelled-key set while synchronized on that set.
(valid? this)
Description copied from class: SelectionKey
returns: true if, and only if, this key is valid - boolean
Description copied from class: SelectionKey returns: true if, and only if, this key is valid - `boolean`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close