Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Module client :: Class HTTPDownloader |
|
Factory
--+ |ClientFactory
--+ |HTTPClientFactory
--+ | HTTPDownloader
HTTPDownloader
Method Summary | |
---|---|
__init__(self,
host,
url,
fileName,
method,
postdata,
headers,
agent)
| |
Create an instance of a subclass of Protocol. (inherited from Factory )
| |
clientConnectionFailed(self,
_,
reason)
(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 )
| |
gotHeaders(self,
headers)
(inherited from HTTPClientFactory )
| |
noPage(self,
reason)
(inherited from HTTPClientFactory )
| |
page(self,
page)
(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.1 on Thu May 8 13:16:56 2003 | http://epydoc.sf.net |