Module xmlrpclib :: Class Transport
[hide private]
[frames] | no frames]

_ClassType Transport

Known Subclasses:

Handles an HTTP transaction to an XML-RPC server.

Instance Methods [hide private]
 
__init__(self, use_datetime=0)
 
request(self, host, handler, request_body, verbose=0)
 
getparser(self)
 
get_host_info(self, host)
 
make_connection(self, host)
 
send_request(self, connection, handler, request_body)
 
send_host(self, connection, host)
 
send_user_agent(self, connection)
 
send_content(self, connection, request_body)
 
parse_response(self, file)
 
_parse_response(self, file, sock)
Class Variables [hide private]
  user_agent = 'xmlrpclib.py/1.0.1 (by www.pythonware.com)'