Package thirdparty :: Package conduit :: Module SyncmlModule :: Class HttpClient
[hide private]
[frames] | no frames]

Class HttpClient

source code

SyncmlDataProvider --+
                     |
                    HttpClient
Known Subclasses:

Encapsulates the connection establishment via HTTP

Instance Methods [hide private]
 
__init__(self, username, password)
Initializes all parameters
source code
 
_setup_connection(self, err=pysyncml.Error()) source code

Inherited from SyncmlDataProvider: applyChanges, downloadItems, finish, handle_change, handle_change_status, handle_devinf, handle_event, handle_get_alert_type, handle_get_anchor, handle_set_anchor

Inherited from SyncmlDataProvider (private): _syncml_run, _syncml_sendall

Class Variables [hide private]

Inherited from SyncmlDataProvider: _syncml_version_

Method Details [hide private]

__init__(self, username, password)
(Constructor)

source code 

Initializes all parameters

Overrides: SyncmlDataProvider.__init__
(inherited documentation)