ktor
1.6.8
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
jvm
posix
ktor-network
/
io.ktor.network.selector
/
SelectInterest
Select
Interest
common
jvm
posix
expect
enum
SelectInterest
:
Enum
<
SelectInterest
>
Content copied to clipboard
Select interest kind
actual
enum
SelectInterest
:
Enum
<
SelectInterest
>
Content copied to clipboard
Select interest kind
actual
enum
SelectInterest
:
Enum
<
SelectInterest
>
Content copied to clipboard
Select interest kind
Entries
Types
Properties
Entries
READ
Link copied to clipboard
common
jvm
posix
READ
(
)
Content copied to clipboard
READ
(
SelectionKey.OP_READ
)
Content copied to clipboard
READ
(
)
Content copied to clipboard
WRITE
Link copied to clipboard
common
jvm
posix
WRITE
(
)
Content copied to clipboard
WRITE
(
SelectionKey.OP_WRITE
)
Content copied to clipboard
WRITE
(
)
Content copied to clipboard
ACCEPT
Link copied to clipboard
common
jvm
posix
ACCEPT
(
)
Content copied to clipboard
ACCEPT
(
SelectionKey.OP_ACCEPT
)
Content copied to clipboard
ACCEPT
(
)
Content copied to clipboard
CONNECT
Link copied to clipboard
common
jvm
posix
CONNECT
(
)
Content copied to clipboard
CONNECT
(
SelectionKey.OP_CONNECT
)
Content copied to clipboard
CONNECT
(
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
jvm
posix
expect
object
Companion
Content copied to clipboard
actual
object
Companion
Content copied to clipboard
actual
object
Companion
Content copied to clipboard
Properties
flag
Link copied to clipboard
jvm
val
flag
:
Int
Content copied to clipboard
to be set in NIO selector
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
name
Link copied to clipboard
jvm
val
name
:
String
Content copied to clipboard
name
Link copied to clipboard
posix
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard
ordinal
Link copied to clipboard
jvm
val
ordinal
:
Int
Content copied to clipboard
ordinal
Link copied to clipboard
posix
val
ordinal
:
Int
Content copied to clipboard