ktor
2.0.1
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-rc-1
2.0.0-beta-1
1.6.8
1.6.7
jvmAndNix
ktor-network
/
io.ktor.network.sockets
/
DatagramWriteChannel
Datagram
Write
Channel
jvmAndNix
interface
DatagramWriteChannel
Content copied to clipboard
A channel for sending datagrams
Functions
Properties
Inheritors
Functions
send
Link copied to clipboard
jvmAndNix
open
suspend
fun
send
(
datagram
:
Datagram
)
Content copied to clipboard
Send datagram.
Properties
outgoing
Link copied to clipboard
jvmAndNix
abstract
val
outgoing
:
SendChannel
<
Datagram
>
Content copied to clipboard
Datagram outgoing channel.
Inheritors
DatagramReadWriteChannel
Link copied to clipboard