ktor
1.6.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
posix
ktor-io
/
io.ktor.utils.io.streams
/
send
send
posix
fun
send
(
socket
:
<ERROR CLASS>
,
buffer
:
Buffer
,
flags
:
Int
)
:
<ERROR CLASS>
Content copied to clipboard
fun
send
(
socket
:
<ERROR CLASS>
,
source
:
Memory
,
sourceOffset
:
Long
,
maxLength
:
Long
,
flags
:
Int
)
:
Long
Content copied to clipboard
fun
send
(
socket
:
<ERROR CLASS>
,
source
:
Memory
,
sourceOffset
:
Int
,
maxLength
:
Int
,
flags
:
Int
)
:
Int
Content copied to clipboard