ktor
2.0.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
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