Package-level declarations

Types

Link copied to clipboard
abstract class BaseStreamReceiver<T>(source: Channel<ByteArray>)

Base class for reading incoming data streams.

Link copied to clipboard
typealias ByteStreamHandler = (reader: ByteStreamReceiver, fromIdentity: Participant.Identity) -> Unit
Link copied to clipboard

Receiver for an incoming byte stream.

Link copied to clipboard
Link copied to clipboard
typealias TextStreamHandler = (reader: TextStreamReceiver, fromIdentity: Participant.Identity) -> Unit
Link copied to clipboard

Receiver for an incoming text stream.