ktor
1.6.8
3.0.3
3.0.2
3.0.0
2.3.12
2.2.4
2.0.3
1.6.8
common
ktor-network
/
io.ktor.network.sockets
/
DatagramWriteChannel
Datagram
Write
Channel
common
interface
DatagramWriteChannel
Content copied to clipboard
A channel for sending datagrams
Functions
Properties
Inheritors
Functions
send
Link copied to clipboard
common
open
suspend
fun
send
(
datagram
:
Datagram
)
Content copied to clipboard
Send datagram.
Properties
outgoing
Link copied to clipboard
common
abstract
val
outgoing
:
SendChannel
<
Datagram
>
Content copied to clipboard
Datagram outgoing channel.
Inheritors
DatagramReadWriteChannel
Link copied to clipboard