t.w.c.h.HTTPClientChannelRequest(HTTPParser) : class documentation

Part of twisted.web2.client.http View Source View In Hierarchy

No class docstring
Method __init__ Undocumented
Method submit Undocumented
Method registerProducer Register a producer.
Method unregisterProducer Undocumented
Method write Undocumented
Method connectionLost Undocumented
Method gotInitialLine Undocumented
Method createRequest Undocumented
Method processRequest Undocumented
Method handleContentChunk Undocumented
Method handleContentComplete Undocumented
Method _finish We are finished writing data.
Method _error 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.
Method _abortWithError Abort parsing by forwarding a ProtocolError to _error.

Inherited from HTTPParser:

Method lineReceived Undocumented
Method rawDataReceived Handle incoming content.
Method headerReceived Store this header away. Check for too much header data (> channel.maxHeaderLength) and abort the connection if so.
Method allHeadersReceived Undocumented
Method allContentReceived Undocumented
Method splitConnectionHeaders Split off connection control headers from normal headers.
Method setConnectionParams Undocumented
Method abortParse Undocumented
Method pauseProducing Undocumented
Method resumeProducing Undocumented
Method stopProducing Undocumented
def __init__(self, channel, request, closeAfter): (source)
Undocumented
def submit(self): (source)
Undocumented
def registerProducer(self, producer, streaming): (source)
Register a producer.
def unregisterProducer(self): (source)
Undocumented
def write(self, data): (source)
Undocumented
def _finish(self, x): (source)
We are finished writing data.
def _error(self, err): (source)
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): (source)
Abort parsing by forwarding a ProtocolError to _error.
def connectionLost(self, reason): (source)
Undocumented
def gotInitialLine(self, initialLine): (source)
Undocumented
def createRequest(self): (source)
Undocumented
def processRequest(self): (source)
Undocumented
def handleContentChunk(self, data): (source)
Undocumented
def handleContentComplete(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:12:41.