Class e.p.h.e.c.HTTPClientChannelRequest(HTTPParser):

Part of elisa.plugins.http_client.extern.client_http View In Hierarchy

No class docstring
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
def __init__(self, channel, request, closeAfter):
Undocumented
def submit(self):
Undocumented
def registerProducer(self, producer, streaming):
Register a producer.
def unregisterProducer(self):
Undocumented
def write(self, data):
Undocumented
def _finish(self, x):
We are finished writing data.
def _error(self, err):
Abort parsing, and depending of the status of the request, either fire the responseDefer if no response has been sent yet, or close the stream.
def _abortWithError(self, errcode, text):
Abort parsing by forwarding a ProtocolError to _error.
def connectionLost(self, reason):
connection was lost
def gotInitialLine(self, initialLine):
Undocumented
def createRequest(self):
Undocumented
def processRequest(self):
Undocumented
def handleContentChunk(self, data):
Undocumented
def handleContentComplete(self):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.