| Home | Trees | Index | Help |
|---|
| Package twisted :: Package web :: Module client :: Class HTTPDownloader |
|
Factory--+ |ClientFactory--+ |HTTPClientFactory--+ | HTTPDownloader
HTTPDownloader| Method Summary | |
|---|---|
__init__(self,
host,
url,
fileName,
agent)
| |
Create an instance of a subclass of Protocol. (inherited from Factory)
| |
(inherited from HTTPClientFactory)
| |
Called when a connection is lost. (inherited from ClientFactory)
| |
Make sure startFactory is called. (inherited from Factory)
| |
Make sure stopFactory is called. (inherited from Factory)
| |
(inherited from HTTPClientFactory)
| |
(inherited from HTTPClientFactory)
| |
(inherited from HTTPClientFactory)
| |
pageEnd(self)
| |
pagePart(self,
data)
| |
pageStart(self)
| |
Called when a connection has been started. (inherited from ClientFactory)
| |
This will be called before I begin listening on a Port or Connector. (inherited from Factory)
| |
This will be called before I stop listening on all Ports/Connectors. (inherited from Factory)
| |
| Class Variable Summary | |
|---|---|
class |
HTTPPageDownloader
|
NoneType |
value
|
| Class Variable Details |
|---|
HTTPPageDownloaderHTTPPageDownloader = twisted.web.client.HTTPPageDownloader
|
value
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:23 2003 | http://epydoc.sf.net |