Method Summary |
|
__init__(self)
|
|
allContentReceived(self)
|
|
allHeadersReceived(self)
|
|
checkPersistence (self,
request,
version)
Check if the channel should close or not. |
|
clearLineBuffer (self)
Clear buffered data. (inherited from LineReceiver )
|
|
connectionFailed (self)
(Deprecated) (inherited from Protocol )
|
|
connectionLost (self,
reason)
Called when the connection is shut down. |
|
connectionMade (self)
Called when a connection is made. |
|
dataReceived (self,
data)
Protocol.dataReceived. (inherited from LineReceiver )
|
|
headerReceived (self,
line)
Do pre-processing (for content-length) and store this header away. |
|
lineLengthExceeded (self,
line)
Called when the maximum line length has been reached. (inherited from LineReceiver )
|
|
lineReceived (self,
line)
Override this for when each line is received. |
|
rawDataReceived (self,
data)
Override this for when raw data is received. |
|
requestDone (self,
request)
Called by first request in queue when it is done. |
|
resetTimeout (self)
Reset the timeout count down (inherited from TimeoutMixin )
|
|
sendLine (self,
line)
Sends a line to the other end of the connection. (inherited from LineReceiver )
|
|
setLineMode (self,
extra)
Sets the line-mode of this receiver. (inherited from LineReceiver )
|
|
setRawMode (self)
Sets the raw mode of this receiver. (inherited from LineReceiver )
|
|
setTimeout (self,
period)
Change the timeout period (inherited from TimeoutMixin )
|
|
timeoutConnection (self)
Called when the connection times out. |