100 const ConnectionScheme = ...;
112 constructor(
string name,
string description,
string url, hash<auto> attributes = {}, hash<auto> options = {})
Qore::Json::JsonRpcClient getImpl(bool connect=True, *hash< auto > rtopts)
returns a Qore::Json::JsonRpcClient object
string getType()
returns "jsonrpc"
hash< ConnectionSchemeInfo > getConnectionSchemeInfoImpl()
Returns the ConnectionSchemeInfo hash for this object.
constructor(string name, string description, string url, hash< auto > attributes={}, hash< auto > options={})
creates the JsonRpcConnection object
the JsonRpcConnection namespace contains all the definitions in the JsonRpcConnection module
Definition: JsonRpcConnection.qm.dox.h:83