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

Class Transport

source code

Known Subclasses:
SafeTransport

Handles an HTTP transaction to an XML-RPC server.

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