Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class ByteStreamSender(val info: ByteStreamInfo, destination: StreamDestination<ByteArray>) : BaseStreamSender<ByteArray>
Link copied to clipboard
interface OutgoingDataStreamManager
Link copied to clipboard
class TextStreamSender(val info: TextStreamInfo, destination: StreamDestination<String>) : BaseStreamSender<String>