Package Anomos :: Module Rerequester :: Class Rerequester
[hide private]
[frames] | no frames]

Class Rerequester

source code

object --+
         |
        Rerequester

Instance Methods [hide private]
 
__init__(self, url, config, schedule, neighbors, amount_left, up, down, local_port, infohash, doneflag, diefunc, sfunc, certificate, sessionid)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
parse_proxy_url(self) source code
 
_makequery(self) source code
 
change_port(self, port) source code
 
begin(self) source code
 
announce_finish(self) source code
 
announce_stop(self) source code
 
_check(self) source code
 
_announce(self, event=None) source code
 
cleanup(self) source code
 
_rerequest(self, query)
Make an HTTP GET request to the tracker Note: This runs in its own thread.
source code
 
_fail(self) source code
 
_postrequest(self, data=None, errormsg=None) source code
 
_parsepeers(self, p) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, url, config, schedule, neighbors, amount_left, up, down, local_port, infohash, doneflag, diefunc, sfunc, certificate, sessionid)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)