Package rosgraph :: Module xmlrpc
[frames] | no frames]

Module xmlrpc

source code

Classes
  SilenceableXMLRPCRequestHandler
  ThreadingXMLRPCServer
Adds ThreadingMixin to SimpleXMLRPCServer to support multiple concurrent requests via threading.
  ForkingXMLRPCServer
Adds ThreadingMixin to SimpleXMLRPCServer to support multiple concurrent requests via forking.
  XmlRpcHandler
Base handler API for handlers used with XmlRpcNode.
  XmlRpcNode
Generic XML-RPC node.
Functions
 
isstring(s)
Small helper version to check an object is a string in a way that works for both Python 2 and 3
source code
Variables
  __package__ = 'rosgraph'