ktor
1.6.8
3.0.0-beta-1
2.3.7
2.3.6
2.3.3
2.3.2
2.3.1
2.3.0
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