DatagramReadChannel

interface DatagramReadChannel

A channel for receiving datagrams

Functions

Link copied to clipboard
open suspend fun receive(): Datagram

Receive a datagram.

Properties

Link copied to clipboard
abstract val incoming: ReceiveChannel<Datagram>

Incoming datagrams channel

Inheritors

Link copied to clipboard