BoundDatagramSocket
interface BoundDatagramSocket :
ASocket,
ABoundSocket,
AReadable,
DatagramReadWriteChannel
Represents a bound datagram socket
Inherited Properties
abstract val localAddress: SocketAddress Local socket address. Could throw an exception if no address bound yet. |
|
abstract val socketContext: Job Represents a socket lifetime, completes at socket closure |
Inherited Functions
abstract fun attachForReading( Attach channel for reading so incoming bytes appears in the attached channel. Only one channel could be attached |
|
open fun dispose(): Unit |
Extension Properties
Check if the socket is closed |
Extension Functions
Await until socket close |
|
fun AReadable.openReadChannel(): ByteReadChannel Open a read channel, could be done only once |