|
|
|
|
|
|
| Call Graph |
|
boolean
|
|
|
|
|
| Call Graph |
|
|
|
|
|
|
request_finished(self)
Process the completed request and schedule another. |
source code
|
|
boolean
|
|
|
|
_get_requests(self)
Get the requests for a piece. |
source code
|
|
boolean
|
|
|
|
_release_requests(self)
Release any pending requests for piece ranges. |
source code
|
|
string
|
|
int
|
_retry_period
the server-specified time to wait before making another
request
|
boolean
|
active
whether there is a download underway
|
string
|
baseurl
the complete URL to append download info to
|
boolean
|
cancelled
whether the download has been cancelled
|
HTTPConnection
|
connection
the connection to the HTTP server
|
int
|
connection_status
the status code returned by the server for the most recent
request
|
|
HTTPDownloader
|
downloader
the collection of all HTTP downloads
|
boolean
|
endflag
whether the download might be in end-game mode
|
string
|
error
the error received from the server
|
int
|
errorcount
the number of download errors that have occurred since the last
successful download from the site
|
boolean
|
goodseed
whether there has been a successful download from the seed
|
|
|
headres
the HTTP headers to send in the request
|
int
|
index
the piece index currently being downloaded
|
|
DebTorrent.CurrentRateMeasure.Measure
|
measure
tracks the download rate from the site
|
string
|
netloc
the webserver address and port to connect to (from the baseurl
|
string
|
params
the parameters component from the baseurl
|
string
|
query
the query component from the baseurl
|
string
|
received_data
the data returned from the most recent request
|
int
|
request_size
the total size of all requests
|
list of requests
|
requests
a list of the requests for a piece's ranges
|
int
|
retry_period
the time to wait before making another request
|
string
|
seedurl
the path component from the baseurl
|
string
|
url
the URL to request from the site
|