DatagramReadWriteChannel
interface DatagramReadWriteChannel :
DatagramReadChannel,
DatagramWriteChannel
A channel for sending and receiving datagrams
Inherited Properties
abstract val incoming: ReceiveChannel<Datagram> Incoming datagrams channel |
|
abstract val outgoing: SendChannel<Datagram> Datagram outgoing channel |
Inherited Functions
open suspend fun receive(): Datagram Receive a datagram. |
|
Send datagram. |
Inheritors
interface BoundDatagramSocket : Represents a bound datagram socket |
|
interface ConnectedDatagramSocket : Represents a connected datagram socket. |