JniTestInterface

Functions

Link copied to clipboard
abstract suspend fun binaryRpc(u: Pair<String, String>): ByteReadChannel
Link copied to clipboard
open suspend override fun close()
Link copied to clipboard
abstract suspend fun inputRpc(u: ByteReadChannel): String
Link copied to clipboard
abstract suspend fun ping(input: String): String
Link copied to clipboard
abstract suspend fun rpc(u: Pair<String, String>): String
Link copied to clipboard
abstract suspend fun subservice(prefix: String): JniTestSubInterface