Trees | Indices | Help |
|
---|
|
SocketServer.BaseServer --+ | SocketServer.TCPServer --+ | SimpleXMLRPCDispatcher --+ | SimpleXMLRPCServer
Simple XML-RPC server.
Simple XML-RPC server that allows functions and a single instance to be installed to handle requests. The default implementation attempts to dispatch XML-RPC calls to the functions or instance installed in the server. Override the _dispatch method inhereted from SimpleXMLRPCDispatcher to change this behavior.
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
allow_reuse_address = True
|
|||
Inherited from |
|
Constructor. May be extended, do not override.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:41:42 2008 | http://epydoc.sourceforge.net |