Home | Trees | Indices | Help |
---|
|
SocketServer.BaseRequestHandler --+ | SocketServer.StreamRequestHandler --+ | BaseHTTPServer.BaseHTTPRequestHandler --+ | SimpleXMLRPCServer.SimpleXMLRPCRequestHandler --+ | SecureXMLRpcRequestHandler
Secure XML-RPC request handler class.
It it very similar to SimpleXMLRPCRequestHandler but it uses HTTPS for transporting XML data.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|
Handle a single HTTP request. Overrides default method to handle broken pipes and other socket errors
|
Handles the HTTPS GET request. only allow a request for the crossdomain file this can be changed to support GETs of any file if needed |
Handles the HTTPS POST request. It was copied out from SimpleXMLRPCServer.py and modified to shutdown the socket cleanly.
|
Log an arbitrary message. This is used by all other logging functions. Override it if you have specific logging wishes. The first argument, FORMAT, is a format string for the message to be logged. If the format string contains any % escapes requiring parameters, they should be specified as subsequent arguments (it's just like printf!). The client host and current date/time are prefixed to every message.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Jan 4 16:45:11 2013 | http://epydoc.sourceforge.net |