libnexakotlin
Toggle table of contents
0.5.12
linux
Platform filter
linux
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin.socketKtor
Package-level
declarations
Types
Functions
Properties
Types
Tcp
Socket
Link copied to clipboard
linux
class
TcpSocket
(
val
sendCtxt
:
CoroutineContext
,
val
receiveCtxt
:
CoroutineContext
)
:
iTcpSocket
Properties
selector
Lock
Link copied to clipboard
linux
val
selectorLock
:
iMutex
selector
Per
Ctxt
Link copied to clipboard
linux
val
selectorPerCtxt
:
MutableMap
<
CoroutineContext
,
SelectorManager
>
Functions
await
Available
Link copied to clipboard
linux
fun
awaitAvailable
(
cnxns
:
Collection
<
iTcpSocket
>
,
timeout
:
Long
)
:
Boolean
get
Selector
For
Link copied to clipboard
linux
fun
getSelectorFor
(
coCtxt
:
CoroutineContext
)
:
SelectorManager