Companion

object Companion

Properties

Link copied to clipboard
const val ACCEPT_MESSAGE: Int = 0

Special constant to accept the message and pass it on to the message queue.

Link copied to clipboard
const val DROP_MESSAGE: Int = 1

Special constant to drop the message early in the decoder, avoiding slicing and decoding of the message to begin with.

Link copied to clipboard

Special constant to denote that no message filter has been implemented.