t.w.c.HTTPDownloader(HTTPClientFactory) : class documentation

Part of twisted.web.client View Source View In Hierarchy

Download to a file.
Method __init__ Undocumented
Method gotHeaders Undocumented
Method openFile Undocumented
Method pageStart Called on page download start.
Method pagePart Undocumented
Method pageEnd Undocumented

Inherited from HTTPClientFactory:

Method __repr__ Undocumented
Method setURL Undocumented
Method buildProtocol Create an instance of a subclass of Protocol.
Method gotStatus Undocumented
Method page Undocumented
Method noPage Undocumented
Method clientConnectionFailed Called when a connection has failed to connect.
Method _cancelTimeout Undocumented

Inherited from ClientFactory (via HTTPClientFactory):

Method startedConnecting Called when a connection has been started.
Method clientConnectionLost Called when an established connection is lost.

Inherited from Factory (via HTTPClientFactory, ClientFactory):

Method doStart Make sure startFactory is called.
Method doStop Make sure stopFactory is called.
Method startFactory This will be called before I begin listening on a Port or Connector.
Method stopFactory This will be called before I stop listening on all Ports/Connectors.
def __init__(self, url, fileOrName, method='GET', postdata=None, headers=None, agent='Twisted client', supportPartial=0): (source)
Undocumented
def gotHeaders(self, headers): (source)
Undocumented
def openFile(self, partialContent): (source)
Undocumented
def pageStart(self, partialContent): (source)
Called on page download start.
ParameterspartialContenttells us if the download is partial download we requested.
def pagePart(self, data): (source)
Undocumented
def pageEnd(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 15:57:47.