__init__(self,
address,
location,
compress,
usingssl=False)
(Constructor)
Initialize a client protocol manager.
Using |address| as a tuple (host,port) and |location| Set the remote
object location to perform the remote operations. In |location| the
format of the broker is attached concatenating a '?' and a name of the
format to the normal location. |compress| Use gzip compression in
messages |usingssl| If True, the connection will be done using
https
For example, to request a remote server that is listening on
/path/SPyRO to use the registered XML format /path/SPyRO?XML
-
|