Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun bind(): Boolean
Link copied to clipboard
Link copied to clipboard
abstract override fun close()
Link copied to clipboard
abstract fun connect(): Boolean
Link copied to clipboard
Link copied to clipboard
abstract fun receiveRawMessage(): RawMessage?

Blocks until a message arrives. If an error occurs during the receipt of the message, null is returned and the error is logged. Returns null when an error occurs during the receipt of the message (the error will be logged).

Link copied to clipboard
Link copied to clipboard
abstract fun sendRawMessage(msg: RawMessage)