Uses of Interface
org.jdrupes.json.JsonRpc
-
-
Uses of JsonRpc in org.jdrupes.json
Classes in org.jdrupes.json that implement JsonRpc Modifier and Type Class Description static class
JsonRpc.DefaultJsonRpc
Methods in org.jdrupes.json that return JsonRpc Modifier and Type Method Description JsonRpc
JsonRpc. addParam(Object param)
static JsonRpc
JsonRpc. create()
Creates an instance ofJsonRpc
.JsonRpc
JsonRpc. setMethod(String method)
JsonRpc
JsonRpc. setParams(JsonArray params)
-