Part of twisted.web.client View Source View In Hierarchy
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 | 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. |
Parameters | partialContent | tells us if the download is partial download we requested. |