Construct a Request with the specified remote method name and arguments.
Construct a Request with the specified remote method name and arguments.
Construct a notification with the specified remote method name and arguments.
Construct a Request with the specified remote method name and arguments.
Convert the Request to a JSON string to pass to the server.
Get the ID of this request.
Get the type of the underlying ID. There is no type for notifications.
Return true if this request is a notification; otherwise, return false.
Parse a JSON string into a Request object.
An RPC request constructed by the client to send to the RPC server.
The Request contains the ID of the request, the method to call, and any parameters to pass to the method. You should not need to manually create a Request object; the RPCClient will do this for you.