Uses of Interface
io.helidon.webclient.jsonrpc.JsonRpcClientRequest
Packages that use JsonRpcClientRequest
-
Uses of JsonRpcClientRequest in io.helidon.webclient.jsonrpc
Methods in io.helidon.webclient.jsonrpc that return JsonRpcClientRequestModifier and TypeMethodDescriptiondefault JsonRpcClientRequest
JsonRpcClientRequest.addParam
(int value) Add an array param value of type int to this request.Add an array param value on this request.default JsonRpcClientRequest
Add an array param value of type string to this request.default JsonRpcClientRequest
Set a named param of type int on this request.Set a named param on this request.default JsonRpcClientRequest
Set a named param of type string on this request.default JsonRpcClientRequest
JsonRpcClientRequest.rpcId
(int value) Set an int JSON-RPC ID on this request.Set a JSON-RPC ID on this request.default JsonRpcClientRequest
Set a string JSON-RPC ID on this request.Create a newJsonRpcClientRequest
given a JSON-RPC method.Start creation of a newJsonRpcClientRequest
given a JSON-RPC method.Set a JSON-RPC method on this request.