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 noPage Close the storage file and errback the waiting Deferred with the given reason.
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 clientConnectionFailed When a connection attempt fails, the request cannot be issued. If no result has yet been provided to the result Deferred, provide the connection failure reason as an error result.
Method _waitForDisconnect Chain onto the _disconnectedDeferred, preserving passthrough, so that the result is only available after the associated connection has been closed.
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 logPrefix Describe this factory for log messages.
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, timeout=0, cookies=None, followRedirect=1, redirectLimit=20, afterFoundGet=False): (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 noPage(self, reason): (source)
Close the storage file and errback the waiting Deferred with the given reason.
def pageEnd(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2012-02-14 18:17:43.