public DatagramWriteChannel
A channel for sending datagrams
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatagramWriteChannel.DefaultImpls
A channel for sending datagrams
|
| Modifier and Type | Method and Description |
|---|---|
kotlinx.coroutines.channels.SendChannel<io.ktor.network.sockets.Datagram> |
getOutgoing()
Datagram outgoing channel
|
java.lang.Object |
send(Datagram datagram,
kotlin.coroutines.experimental.Continuation<? super kotlin.Unit> p)
Send datagram
|
kotlinx.coroutines.channels.SendChannel<io.ktor.network.sockets.Datagram> getOutgoing()
Datagram outgoing channel
java.lang.Object send(Datagram datagram, kotlin.coroutines.experimental.Continuation<? super kotlin.Unit> p)
Send datagram