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 | 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. |
| Parameters | partialContent | tells us if the download is partial download we requested. |