Module bjsonrpc.proxies

class bjsonrpc.proxies.Proxy(conn, sync_type, obj=None)

Object that forwards calls to the remote.

Parameters:

conn
Connection object to forward calls.
sync_type
synchronization type. 0-synchronous. 1-asynchronous. 2-notification.
obj = None
optional. Object name to call their functions, (used to proxy functions of RemoteObject

Previous topic

Module bjsonrpc.handlers

Next topic

Module bjsonrpc.jsonlib

This Page