Liking cljdoc? Tell your friends :D
Clojure only.

jdk.nio.channels.spi.AbstractSelectionKey

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.
raw docstring

cancelclj

(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.
raw docstring

valid?clj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close