Part of elisa.plugins.http_client.extern.client_http View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
81 | Method | __init__ | Undocumented |
89 | Method | submit | Undocumented |
122 | Method | registerProducer | Register a producer. |
128 | Method | unregisterProducer | Undocumented |
131 | Method | write | Undocumented |
169 | Method | connectionLost | connection was lost |
177 | Method | gotInitialLine | Undocumented |
208 | Method | createRequest | Undocumented |
216 | Method | processRequest | Undocumented |
219 | Method | handleContentChunk | Undocumented |
223 | Method | handleContentComplete | Undocumented |
139 | Method | _finish | We are finished writing data. |
151 | Method | _error | Abort parsing, and depending of the status of the request, either fire |
163 | Method | _abortWithError | Abort parsing by forwarding a ProtocolError to
_error . |
Inherited from HTTPParser:
Line # | Kind | Name | Docs |
---|---|---|---|
89 | Method | lineReceived | Undocumented |
156 | Method | rawDataReceived | Handle incoming content. |
179 | Method | headerReceived | Store this header away. Check for too much header data |
191 | Method | allHeadersReceived | Undocumented |
199 | Method | allContentReceived | Undocumented |
205 | Method | splitConnectionHeaders | Split off connection control headers from normal headers. |
271 | Method | setConnectionParams | Undocumented |
329 | Method | abortParse | Undocumented |
337 | Method | pauseProducing | Undocumented |
341 | Method | resumeProducing | Undocumented |
345 | Method | stopProducing | Undocumented |