RPCClient instances are high-level handlers for making remote procedure calls to servers. Other than 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.
Client for making RPC calls to connected servers.
Parameters: |
|
---|
Experimental, use at your own peril.
Calls the requested method and returns the result.
If an error occured, an RPCError instance is raised.
Parameters: |
|
---|
Create a new remote proxy object.
Proxies allow calling of methods through a simpler interface. See the documentation for an example.
Parameters: |
|
---|