SelectInterest

expect enum SelectInterest : Enum<SelectInterest>

Select interest kind

actual enum SelectInterest : Enum<SelectInterest>

Select interest kind

actual enum SelectInterest : Enum<SelectInterest>

Select interest kind

Entries

Link copied to clipboard
READ(SelectionKey.OP_READ)
Link copied to clipboard
WRITE(SelectionKey.OP_WRITE)
Link copied to clipboard
ACCEPT(SelectionKey.OP_ACCEPT)
Link copied to clipboard
CONNECT(SelectionKey.OP_CONNECT)

Types

Link copied to clipboard
expect object Companion
actual object Companion
actual object Companion

Properties

Link copied to clipboard
val flag: Int

to be set in NIO selector

Link copied to clipboard
val name: String
Link copied to clipboard
val name: String
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val ordinal: Int