AWritable

interface AWritable

Represents a writable socket

Inheritors

Functions

Link copied to clipboard
abstract fun attachForWriting(channel: ByteChannel): ReaderJob

Attach channel for writing so bytes written to the attached channel will be transmitted Only one channel could be attached

Link copied to clipboard

Open a write channel, could be opened only once