Home | Trees | Index | Help |
|
---|
Package twisted :: Package web :: Module spider :: Class HTTPDownloader |
|
Factory
--+ |ClientFactory
--+ |HTTPClientFactory
--+ |HTTPDownloader
--+ | HTTPDownloader
Method Summary | |
---|---|
gotHeaders(self,
headers)
| |
pageEnd(self)
| |
pagePart(self,
s)
| |
Inherited from HTTPDownloader | |
| |
Called on page download start. | |
Inherited from HTTPClientFactory | |
Create an instance of a subclass of Protocol. | |
| |
| |
| |
| |
Inherited from ClientFactory | |
Called when a connection is lost. | |
Called when a connection has been started. | |
Inherited from Factory | |
Make sure startFactory is called. | |
Make sure stopFactory is called. | |
This will be called before I begin listening on a Port or Connector. | |
This will be called before I stop listening on all Ports/Connectors. |
Instance Variable Summary | |
---|---|
Inherited from HTTPClientFactory | |
Deferred | deferred : A Deferred that will fire when the content has been retrieved. |
str | message : The text message returned with the status. |
dict | response_headers : The headers that were specified in the response from the server. |
str | status : The status of the response. |
str | version : The version of the response. |
Class Variable Summary | |
---|---|
int |
expectedLength = 0 |
DummyParser |
parser = <twisted.web.spider.DummyParser instance at 0x8...
|
int |
soFar = 0 |
Inherited from HTTPDownloader | |
NoneType |
value = None |
Inherited from Factory | |
tuple |
__implements__ = (<class twisted.internet.interfaces.IPr...
|
str |
noisy = 'sure, why not'
|
int |
numPorts = 0 |
NoneType |
protocol = None |
Class Variable Details |
---|
expectedLength
|
parser
|
soFar
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:50 2003 | http://epydoc.sf.net |