Package-level declarations

Types

Link copied to clipboard
abstract class BaseStreamReceiver<T>(source: Channel<ByteArray>)
Link copied to clipboard
typealias ByteStreamHandler = (reader: ByteStreamReceiver, fromIdentity: Participant.Identity) -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
typealias TextStreamHandler = (reader: TextStreamReceiver, fromIdentity: Participant.Identity) -> Unit
Link copied to clipboard