AReadable
interface AReadable
Represent a readable socket
Functions
abstract fun attachForReading( Attach channel for reading so incoming bytes appears in the attached channel. Only one channel could be attached |
Extension Functions
fun AReadable.openReadChannel(): ByteReadChannel Open a read channel, could be done only once |
Inheritors
interface BoundDatagramSocket : Represents a bound datagram socket |
|
Represents both readable and writable socket |