File: client.rst

package info (click to toggle)
python-tinyrpc 0.6-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 352 kB
  • sloc: python: 1,648; makefile: 142; sh: 16
file content (16 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
RPC Client
==========

:py:class:`~tinyrpc.client.RPCClient` instances are high-level handlers for
making remote procedure calls to servers. Other than
:py:class:`~tinyrpc.client.RPCProxy` objects, they are what most user
applications interact with.

Clients needs to be instantiated with a protocol and a transport to function.
Proxies are syntactic sugar for using clients.

.. autoclass:: tinyrpc.client.RPCClient
   :members:

.. autoclass:: tinyrpc.client.RPCProxy
   :members: