Part of elisa.plugins.http_client.extern.client_http View In Hierarchy
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 81 | Method | __init__ | Undocumented |
| 88 | Method | submit | Undocumented |
| 121 | Method | registerProducer | Register a producer. |
| 127 | Method | unregisterProducer | Undocumented |
| 130 | Method | write | Undocumented |
| 168 | Method | connectionLost | Undocumented |
| 171 | Method | gotInitialLine | Undocumented |
| 201 | Method | createRequest | Undocumented |
| 209 | Method | processRequest | Undocumented |
| 212 | Method | handleContentChunk | Undocumented |
| 215 | Method | handleContentComplete | Undocumented |
Inherited from HTTPParser:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 89 | Method | lineReceived | Undocumented |
| 156 | Method | rawDataReceived | Handle incoming content. |
| 175 | Method | headerReceived | Store this header away. Check for too much header data |
| 187 | Method | allHeadersReceived | Undocumented |
| 195 | Method | allContentReceived | Undocumented |
| 201 | Method | splitConnectionHeaders | Split off connection control headers from normal headers. |
| 267 | Method | setConnectionParams | Undocumented |
| 325 | Method | abortParse | Undocumented |
| 333 | Method | pauseProducing | Undocumented |
| 337 | Method | resumeProducing | Undocumented |
| 341 | Method | stopProducing | Undocumented |