RPCProcessor.send

Sends a raw JSON object to the other RPC side.

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

Meta