Package AccessGrid :: Package Security :: Module CRSClient :: Class UrllibTransport
[show private | hide private]
[frames | no frames]

Class UrllibTransport

Transport --+
            |
           UrllibTransport


Handles an HTTP transaction to an XML-RPC server via urllib (urllib includes proxy-server support) jjk 07/02/99
Method Summary
  __init__(self, proxy)
  request(self, host, handler, request_body, verbose)
issue XML-RPC request jjk 07/02/99
    Inherited from Transport
  get_host_info(self, host)
  getparser(self)
  make_connection(self, host)
  parse_response(self, file)
  send_content(self, connection, request_body)
  send_host(self, connection, host)
  send_request(self, connection, handler, request_body)
  send_user_agent(self, connection)

Class Variable Summary
    Inherited from Transport
str user_agent = 'xmlrpclib.py/1.0.1 (by www.pythonware.com)...

Method Details

request(self, host, handler, request_body, verbose=None)

issue XML-RPC request jjk 07/02/99
Overrides:
xmlrpclib.Transport.request

Generated by Epydoc 2.1 on Thu Apr 14 16:39:28 2005 http://epydoc.sf.net