IncomingDataStreamManager

Inheritors

Functions

Link copied to clipboard
abstract fun registerByteStreamHandler(topic: String, handler: ByteStreamHandler)

Registers a byte stream handler for topic. Only one handler can be set for a particular topic at a time.

Link copied to clipboard
abstract fun registerTextStreamHandler(topic: String, handler: TextStreamHandler)

Registers a text stream handler for topic. Only one handler can be set for a particular topic at a time.

Link copied to clipboard
abstract fun unregisterByteStreamHandler(topic: String)

Unregisters a previously registered byte handler for topic.

Link copied to clipboard
abstract fun unregisterTextStreamHandler(topic: String)

Unregisters a previously registered text handler for topic.