interface CoroutineByteChannel : ReadableCoroutineByteChannel, WritableCoroutineByteChannel
(source)
A co-routine channel that can read and write bytes.
CoroutineDatagramChannel |
A co-routine based datagram-oriented network channel. class CoroutineDatagramChannel : CoroutineByteChannel, ScatteringCoroutineByteChannel, GatheringCoroutineByteChannel, CoroutineNetworkChannel |
CoroutineSocketChannel |
A co-routine based stream-oriented network channel. class CoroutineSocketChannel : CoroutineByteChannel, ScatteringCoroutineByteChannel, GatheringCoroutineByteChannel, CoroutineNetworkChannel |