AReadable

interface AReadable(source)

Represent a readable socket

Report a problem

Inheritors

Functions

Link copied to clipboard
abstract fun attachForReading(channel: ByteChannel): WriterJob

Attach channel for reading so incoming bytes appears in the attached channel. Only one channel could be attached

Link copied to clipboard

Open a read channel, could be done only once