Part of elisa.plugins.http_client.extern.client_http View In Hierarchy
Known subclasses: elisa.plugins.http_client.http_client.ElisaHttpClientProtocol
Line # | Kind | Name | Docs |
---|---|---|---|
266 | Method | __init__ | |
278 | Method | lineReceived | Undocumented |
294 | Method | rawDataReceived | Undocumented |
306 | Method | submitRequest | |
339 | Method | requestWriteFinished | Undocumented |
348 | Method | requestReadFinished | Undocumented |
360 | Method | setReadPersistent | Undocumented |
368 | Method | connectionLost | Undocumented |
Parameters | manager | The object this client reports it state to.
(type: IHTTPClientManager
) |
Parameters | request | The request to send to a remote server.
(type: ClientRequest
) |
closeAfter | If True the 'Connection: close' header will be sent, otherwise 'Connection:
keep-alive'
(type: bool
) | |
Returns | A Deferred which will be called back with the
twisted.web2.http.Response from the server.
(type: twisted.internet.defer.Deferred
) |