DatagramWriteChannel

interface DatagramWriteChannel

A channel for sending datagrams

Functions

Link copied to clipboard
open suspend fun send(datagram: Datagram)

Send datagram.

Properties

Link copied to clipboard
abstract val outgoing: SendChannel<Datagram>

Datagram outgoing channel.

Inheritors

Link copied to clipboard