Qore json Module 1.8.2
Loading...
Searching...
No Matches

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.4

  • implemented support for a data provider scheme cache and rich option information for connections (issue 4025)

JsonRpcConnection v1.3

  • removed the obsolete JsonRpcConnection::getConstructorInfo() method as connection serialization is a much more elegant and maintainable solution (issue 3696)

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