toggle menu
ksrpc
0.9.2
common
switch theme
search in API
ksrpc-test
/
com.monkopedia.ksrpc
/
JniTestInterface
Jni
Test
Interface
interface
JniTestInterface
:
RpcService
Inheritors
TestJniImpl
Members
Functions
binary
Rpc
Link copied to clipboard
abstract
suspend
fun
binaryRpc
(
u
:
Pair
<
String
,
String
>
)
:
ByteReadChannel
close
Link copied to clipboard
open
suspend override
fun
close
(
)
input
Rpc
Link copied to clipboard
abstract
suspend
fun
inputRpc
(
u
:
ByteReadChannel
)
:
String
ping
Link copied to clipboard
abstract
suspend
fun
ping
(
input
:
String
)
:
String
rpc
Link copied to clipboard
abstract
suspend
fun
rpc
(
u
:
Pair
<
String
,
String
>
)
:
String
subservice
Link copied to clipboard
abstract
suspend
fun
subservice
(
prefix
:
String
)
:
JniTestSubInterface