Part of elisa.plugins.http_client.http_client View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
68 | Method | __init__ | Undocumented |
72 | Method | buildProtocol | Build and return the HTTP client protocol. |
97 | Method | startedConnecting | Callback invoked when the connection is initiated. |
106 | Method | clientConnectionFailed | Callback invoked when the connection fails. |
118 | Method | clientConnectionLost | Callback invoked when the connection is lost. |
139 | Method | _retry | Undocumented |
Parameters | addr | HTTP host and port
(type: an implementation of twisted.internet.interfaces.IAddress
) |
Returns | an HTTP protocol instance
(type: ElisaHttpClientProtocol
) |
Parameters | connector | the TCP connector
(type: twisted.internet.tcp.Connector
) |
Parameters | connector | the TCP connector
(type: twisted.internet.tcp.Connector
) |
reason | the reason of the connection failure
(type: twisted.python.failure.Failure
) |
Parameters | connector | the TCP connector
(type: twisted.internet.tcp.Connector
) |
reason | the reason of the connection loss
(type: twisted.python.failure.Failure
) |