Package dopal :: Module core :: Class AzureusLink
[show private | hide private]
[frames | no frames]

Type AzureusLink

Known Subclasses:
AzureusConnection

Method Summary
  __init__(self)
  __str__(self)
  get_cgi_path(self, auth_details, include_password)
  handle_link_error(self, error, retry_count, saved)
  handle_link_repair(self, error, retry_count, saved)
  send_method_exchange(self, xml_data)
None set_link_details(self, **kwargs)
Sets the details of where the Azureus server to connect to is located.

Method Details

set_link_details(self, **kwargs)

Sets the details of where the Azureus server to connect to is located.
Keyword Parameters:
host - Host name of the machine to connect to (default is 127.0.0.1).
port - Server port that Azureus is accepting XML/HTTP connections on (default is 6884).
secure - Set to a true value if the Azureus is only accepting secure connections (default is False).
user - For authenticated connections - the user name to connect as (default is to use no authentication).
password - For authenticated connections - the password to connect with (default is to use no authentication).
Returns:
None

Generated by Epydoc 2.1 on Wed May 03 14:22:33 2006 http://epydoc.sf.net