libgs.rpc¶
| date: | Tue Sep 19 16:29:54 2017 |
|---|---|
| author: | Kjetil Wormnes |
RPC interface to libgs
Currently implmeents the generic RPCServer type as well as the rpc interface to the scheduler.
The latter is a deprecation and should be moved directly into the Scheduler class.
Classes
RPCSchedulerServer(gs[, addr, port, …]) |
XMLRPC interface to Scheduler class |
RPCServer(uri[, logRequests, allow_none, start]) |
Drop-in replacement for SimpleXMLRPCServer.SimpleXMLRPCServer that supports kwargs. |