| 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 Sun Oct 26 16:39:15 2008 | http://epydoc.sf.net |