net-coroutines / org.apache.tuweni.net.coroutines / CoroutineByteChannel

CoroutineByteChannel

interface CoroutineByteChannel : ReadableCoroutineByteChannel, WritableCoroutineByteChannel (source)

A co-routine channel that can read and write bytes.

Inheritors

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