ktor
2.3.0
2.3.0
2.2.4
2.0.3
1.6.8
jvmAndNix
ktor-network
/
io.ktor.network.sockets
/
DatagramReadChannel
Datagram
Read
Channel
jvmAndNix
interface
DatagramReadChannel
A channel for receiving datagrams
Functions
Properties
Inheritors
Functions
receive
Link copied to clipboard
jvmAndNix
open
suspend
fun
receive
(
)
:
Datagram
Receive a datagram.
Properties
incoming
Link copied to clipboard
jvmAndNix
abstract
val
incoming
:
ReceiveChannel
<
Datagram
>
Incoming datagrams channel
Inheritors
DatagramReadWriteChannel
Link copied to clipboard