Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module policies :: Class TimeoutMixin |
|
HTTPChannel
Method Summary | |
---|---|
callLater(self,
period,
func)
| |
Reset the timeout count down | |
Change the timeout period | |
Called when the connection times out. |
Class Variable Summary | |
---|---|
NoneType |
timeOut : The number of seconds after which to timeout the connection. |
Method Details |
---|
resetTimeout(self)Reset the timeout count down |
setTimeout(self, period)Change the timeout period
|
timeoutConnection(self)Called when the connection times out. Override to define behavior other than dropping the connection. |
Class Variable Details |
---|
timeOutThe number of seconds after which to timeout the connection.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Oct 1 03:52:01 2007 | http://epydoc.sf.net |