Package dopal :: Module main
[show private | hide private]
[frames | no frames]

Module dopal.main

Main module for using DOPAL with little effort.
Classes
DopalConnection A subclass of AzureusObjectConnection which contains an extended API.

Function Summary
DopalConnection make_connection(persistent, **kwargs)
Generate a DopalConnection to an Azureus server, whose location is specified by keyword arguments.

Function Details

make_connection(persistent=False, **kwargs)

Generate a DopalConnection to an Azureus server, whose location is specified by keyword arguments.

To see what keywords are accepted, see the set_link_details method. This method also takes an additional keyword - persistent, which determines whether the connection should be persistent or not (by default, it is not persistent).

This function will return a DopalConnection instance.
Returns:
DopalConnection

See Also: set_link_details


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