RPCProcessor.send

Sends an RPC request (method call) to the other side. Doesn't do any additional processing.

  1. void send(ResponseMessage res)
  2. void send(RequestMessage req)
    class RPCProcessor
  3. void send(JSONValue raw)

Parameters

req RequestMessage

The request to send

Meta