ktor
1.6.8
Select version
3.1.0
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
/
DatagramReadChannel
Datagram
Read
Channel
common
interface
DatagramReadChannel
Content copied to clipboard
A channel for receiving datagrams
Functions
Properties
Inheritors
Functions
receive
Link copied to clipboard
common
open
suspend
fun
receive
(
)
:
Datagram
Content copied to clipboard
Receive a datagram.
Properties
incoming
Link copied to clipboard
common
abstract
val
incoming
:
ReceiveChannel
<
Datagram
>
Content copied to clipboard
Incoming datagrams channel
Inheritors
DatagramReadWriteChannel
Link copied to clipboard