Part of elisa.plugins.http_client.http_client View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
475 | Method | __init__ | Constructor. |
Inherited from ElisaHttpClient:
Line # | Kind | Name | Docs |
---|---|---|---|
196 | Method | _reset | Undocumented |
202 | Method | _open | Open an HTTP connection. |
214 | Method | request | Send an HTTP request. |
228 | Method | request_full | Send an HTTP request. |
243 | Method | close | Close an open HTTP connection. |
267 | Method | is_busy | Test whether the client is busy processing requests. |
279 | Method | _queue_request | Enqueue a request to submit to the server. |
312 | Method | _submit_next_request | Undocumented |
345 | Method | connectionFailed | Callback invoked by the HTTP client factory when the connection fails. |
357 | Method | connectionLost | Callback invoked by the HTTP client factory when losing the connection. |
392 | Method | connectionLostForever | Callback invoked by the HTTP client factory when the connection is lost |
414 | Method | connectionMade | Callback invoked by the HTTP client protocol when the connection is |
430 | Method | requestWriteFinished | Callback invoked by the HTTP client protocol when a request has been |