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