abstract fun receivedMessage(message: Bytes!): Unit
This method is called by the server when a new message arrives from the client.
message - Bytes!: the new message after box decoding.
message