File: ref_rpc.rst

package info (click to toggle)
python-oerplib 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,212 kB
  • ctags: 501
  • sloc: python: 3,230; makefile: 115
file content (34 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
oerplib.rpc
===========

.. automodule:: oerplib.rpc

.. autoclass:: oerplib.rpc.Connector
    :members:

XML-RPC and Net-RPC connectors
''''''''''''''''''''''''''''''

.. autoclass:: oerplib.rpc.ConnectorXMLRPC
    :members:

.. autoclass:: oerplib.rpc.ConnectorXMLRPCSSL
    :members:

.. autoclass:: oerplib.rpc.ConnectorNetRPC
    :members:

.. automethod:: oerplib.rpc.get_connector

JSON-RPC connectors **(New in version 0.8)**
''''''''''''''''''''''''''''''''''''''''''''

.. warning::

    The support of JSON-RPC is still in the experimental stage.

.. autoclass:: oerplib.rpc.ConnectorJSONRPC
    :members:

.. autoclass:: oerplib.rpc.ConnectorJSONRPCSSL
    :members: