$darkmode
Qore json Module 1.8.2
 All Classes Namespaces Functions Variables Groups Pages
JsonRpcConnection::JsonRpcConnection Class Reference

class for JSON-RPC connections; returns Qore::Json::JsonRpcClient objects More...

Inherits HttpBasedConnection.

Public Member Methods

string getType ()
 creates the JsonRpcConnection object More...
 

Public Attributes

const ConnectionScheme
 Connection entry info.
 

Private Member Methods

Qore::Json::JsonRpcClient getImpl (bool connect=True, *hash< auto > rtopts)
 returns a Qore::Json::JsonRpcClient object More...
 
hash< ConnectionSchemeInfo > getConnectionSchemeInfoImpl ()
 Returns the ConnectionSchemeInfo hash for this object.
 

Detailed Description

class for JSON-RPC connections; returns Qore::Json::JsonRpcClient objects

supports the following options:

  • "http_version": HTTP version to use ("1.0" or "1.1", defaults to "1.1")
  • "max_redirects": maximum redirects to support
  • "proxy": proxy URL to use
  • "timeout": transfer timeout to use in milliseconds
  • "connect_timeout": connection timeout to use in milliseconds
See Also
JsonRpcClient::constructor() for more information on the above options

Member Function Documentation

Qore::Json::JsonRpcClient JsonRpcConnection::JsonRpcConnection::getImpl ( bool  connect = True,
*hash< auto >  rtopts 
)
private

returns a Qore::Json::JsonRpcClient object

Parameters
connectif True, then the connection is returned already connected
rtoptsthis connection type does not accept any runtime options, so this parameter is ignored
Returns
a Qore::Json::JsonRpcClient object
string JsonRpcConnection::JsonRpcConnection::getType ( )

creates the JsonRpcConnection object

Parameters
namethe name of the connection
descriptionconnection description
urlconnection URL (potentially with password info)
attributesvarious attributes. See below
optionsconnection options

See AbstractConnection::constructor() for attributes and options reference.returns "jsonrpc"


The documentation for this class was generated from the following file: