| Home | Trees | Index | Help |
|
|---|
| Package funkload :: Module XmlRpcBase :: Class MySimpleXMLRPCServer |
|
SimpleXMLRPCDispatcher--+ |BaseServer--+ | | |TCPServer--+ |SimpleXMLRPCServer--+ | MySimpleXMLRPCServer
| Method Summary | |
|---|---|
| Inherited from SimpleXMLRPCServer | |
| |
| Inherited from TCPServer | |
Called to clean up an individual request. | |
Return socket file number. | |
Get the request and client address from the socket. | |
Called by constructor to activate the server. | |
Called by constructor to bind the socket. | |
Called to clean-up the server. | |
| Inherited from SimpleXMLRPCDispatcher | |
Registers a function to respond to XML-RPC requests. | |
Registers an instance to respond to XML-RPC requests. | |
Registers the XML-RPC introspection methods in the system namespace. | |
Registers the XML-RPC multicall method in the system namespace. | |
system.listMethods() => ['add', 'subtract', 'multiple'] | |
system.methodHelp('add') => "Adds two integers together" | |
system.methodSignature('add') => [double, int, int] | |
system.multicall([{'methodName': 'add', 'params': [2, 2]}, ...]) => [[4], ...] | |
| Class Variable Summary | |
|---|---|
bool |
allow_reuse_address = True
|
| Inherited from TCPServer | |
int |
address_family = 2 |
int |
request_queue_size = 5 |
int |
socket_type = 1 |
| Class Variable Details |
|---|
allow_reuse_address
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Feb 27 10:41:43 2007 | http://epydoc.sf.net |