AWritable
interface AWritable
Represents a writable socket
Functions
abstract fun attachForWriting( Attach channel for writing so bytes written to the attached channel will be transmitted Only one channel could be attached |
Extension Functions
Open a write channel, could be opened only once |
Inheritors
interface AConnectedSocket : AWritable Represent a connected socket |
|
Represents both readable and writable socket |