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 JsonRpcClientRequestJsonRpcClientRequest.addParam(int value) Add an array param value of type int to this request.Add an array param value on this request.default JsonRpcClientRequestAdd an array param value of type string to this request.default JsonRpcClientRequestSet a named param of type int on this request.Set a named param on this request.default JsonRpcClientRequestSet a named param of type string on this request.default JsonRpcClientRequestJsonRpcClientRequest.rpcId(int value) Set an int JSON-RPC ID on this request.Set a JSON-RPC ID on this request.default JsonRpcClientRequestSet a string JSON-RPC ID on this request.Create a newJsonRpcClientRequestgiven a JSON-RPC method.Start creation of a newJsonRpcClientRequestgiven a JSON-RPC method.Set a JSON-RPC method on this request.