|
def | __init__ (self, job, url, fileName, agent=None) |
|
def | prepare (self) |
|
def | run (self, callback) |
|
def | http_progress (self, recvbytes, totalbytes) |
|
def | http_finished (self, string="") |
|
def | http_failed (self, failure_instance=None, error_message="") |
|
def | __init__ (self, job, name) |
|
def | setCommandline (self, cmd, args) |
|
def | setTool (self, tool) |
|
def | setCmdline (self, cmdline) |
|
def | checkPreconditions (self, immediate=False) |
|
def | cleanup (self, failed) |
|
def | processStdout (self, data) |
|
def | processStderr (self, data) |
|
def | processOutput (self, data) |
|
def | processOutputLine (self, line) |
|
def | processFinished (self, returncode) |
|
def | abort (self) |
|
def | finish (self, aborted=False) |
|
def | afterRun (self) |
|
def | writeInput (self, input) |
|
def | getProgress (self) |
|
def | setProgress (self, progress) |
|
◆ __init__()
def Plugins.Extensions.Browser.Downloads.DownloadTask.__init__ |
( |
|
self, |
|
|
|
job, |
|
|
|
url, |
|
|
|
fileName, |
|
|
|
agent = None |
|
) |
| |
◆ http_failed()
def Plugins.Extensions.Browser.Downloads.DownloadTask.http_failed |
( |
|
self, |
|
|
|
failure_instance = None , |
|
|
|
error_message = "" |
|
) |
| |
◆ http_finished()
def Plugins.Extensions.Browser.Downloads.DownloadTask.http_finished |
( |
|
self, |
|
|
|
string = "" |
|
) |
| |
◆ http_progress()
def Plugins.Extensions.Browser.Downloads.DownloadTask.http_progress |
( |
|
self, |
|
|
|
recvbytes, |
|
|
|
totalbytes |
|
) |
| |
◆ prepare()
def Plugins.Extensions.Browser.Downloads.DownloadTask.prepare |
( |
|
self | ) |
|
◆ run()
def Plugins.Extensions.Browser.Downloads.DownloadTask.run |
( |
|
self, |
|
|
|
callback |
|
) |
| |
◆ agent
Plugins.Extensions.Browser.Downloads.DownloadTask.agent |
◆ callback
Plugins.Extensions.Browser.Downloads.DownloadTask.callback |
◆ download
Plugins.Extensions.Browser.Downloads.DownloadTask.download |
◆ end
Plugins.Extensions.Browser.Downloads.DownloadTask.end |
◆ error
Plugins.Extensions.Browser.Downloads.DownloadTask.error |
◆ local
Plugins.Extensions.Browser.Downloads.DownloadTask.local |
◆ progress
Plugins.Extensions.Browser.Downloads.DownloadTask.progress |
◆ url
Plugins.Extensions.Browser.Downloads.DownloadTask.url |
The documentation for this class was generated from the following file:
- usr/lib/enigma2/python/Plugins/Extensions/Browser/Downloads.py