public DatagramReadChannel
A channel for receiving datagrams
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatagramReadChannel.DefaultImpls
A channel for receiving datagrams
|
| Modifier and Type | Method and Description |
|---|---|
kotlinx.coroutines.channels.ReceiveChannel<io.ktor.network.sockets.Datagram> |
getIncoming()
Incoming datagrams channel
|
java.lang.Object |
receive(kotlin.coroutines.experimental.Continuation<? super io.ktor.network.sockets.Datagram> p)
Receive a datagram
|