Module xmlrpclib :: Class SafeTransport
[show private | hide private]
[frames | no frames]

Class SafeTransport

Transport --+
            |
           SafeTransport


Handles an HTTPS transaction to an XML-RPC server.
Method Summary
  get_host_info(self, host)
(inherited from Transport)
  getparser(self)
(inherited from Transport)
  make_connection(self, host)
  parse_response(self, file)
(inherited from Transport)
  request(self, host, handler, request_body, verbose)
(inherited from Transport)
  send_content(self, connection, request_body)
(inherited from Transport)
  send_host(self, connection, host)
(inherited from Transport)
  send_request(self, connection, handler, request_body)
(inherited from Transport)
  send_user_agent(self, connection)
(inherited from Transport)
  _parse_response(self, file, sock)
(inherited from Transport)

Generated by Epydoc 1.1 on Thu Oct 16 16:37:23 2003 http://epydoc.sf.net