Part of spamfighter.txjsonrpc.netstring.jsonrpc View Source View In Hierarchy
Pass the URL of the remote JSON-RPC server to the constructor.
Use proxy.callRemote('foobar', *args) to call remote method 'foobar' with *args.
Method | __init__ | |
Method | callRemote | Undocumented |
Parameters | host | The host to which method calls are made.
(type: str
) |
port | The host's port to which method calls are made.
(type: integer
) |