Qore JsonRpcConnection Module Reference  1.2

Introduction to the JsonRpcConnection Module

The JsonRpcConnection module provides an JSON-RPC client connection definition for the ConnectionProvider module in Qore.

To use this module, use "%requires JsonRpcConnection" in your code.

This module automatically uses the json binary module.

All the public symbols in the module are defined in the JsonRpcConnection namespace.

Currently the module provides the following classes:

JsonRpcConnection Module Release History

JsonRpcConnection v1.2

  • new AbstractConnection infrastructure

JsonRpcConnection v1.1

  • the JsonRpcConnection::getConstructorInfo() method was added to allow connections to be created dynamically, potentially in another process from a network call (issue 2628)

JsonRpcConnection v1.0.1

JsonRpcConnection v1.0