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

Class ServerProxy


uri [,options] -> a logical connection to an XML-RPC server

uri is the connection point on the server, given as
scheme://host/target.

The standard implementation always supports the "http" scheme.  If
SSL socket support is available (Python 2.0), it also supports
"https".

If the target part and the slash preceding it are both omitted,
"/RPC2" is assumed.

The following options can be given as keyword arguments:

    transport: a transport factory
    encoding: the request encoding (default is UTF-8)

All 8-bit strings passed to the server proxy are assumed to use
the given encoding.

Method Summary
  __init__(self, uri, transport, encoding, verbose, allow_none)
  __getattr__(self, name)
  __repr__(self)
  __str__(self)

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