JsonRpc2Request

Undocumented in source.

Constructors

this
this(JSONValue id, string method, JSONValue params)

Undocumented in source.

Members

Functions

encode
string encode()

Undocumented in source. Be warned that the author may not have intended to support it.

getID
JSONValue getID()

Undocumented in source. Be warned that the author may not have intended to support it.

getMethod
string getMethod()

Undocumented in source. Be warned that the author may not have intended to support it.

getParams
JSONValue getParams()

Undocumented in source. Be warned that the author may not have intended to support it.

getVersion
JsonRpcVersion getVersion()

Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

parse
JsonRpcMessage parse(string msg)

Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From JsonRpcRequest

getID
JSONValue getID()

Undocumented in source.

getMethod
string getMethod()

Undocumented in source.

getParams
JSONValue getParams()

Undocumented in source.

Meta