Selectable
interface Selectable : Closeable, DisposableHandle
A selectable entity with selectable NIO channel, interestedOps subscriptions
Properties
abstract val channel: SelectableChannel associated channel |
|
abstract val interestedOps: Int current interests |
|
abstract val suspensions: InterestSuspensionsMap Current selectable suspensions map |
Functions
abstract fun interestOp( Apply state flag of interest to interestedOps. Notice that is doesn’t actually change selection key. |