libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
JsonRpc
/
JsonRpc
Json
Rpc
constructor
(
name
:
String
,
port
:
Int
,
logName
:
String
=
name + ":" + port
,
useSSL
:
Boolean
=
false
,
connectTimeoutMs
:
Long
=
JsonRpc.CONNECT_TIMEOUT
,
accessTimeoutMs
:
Long
=
JsonRpc.ACCESS_TIMEOUT
)