Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module policies :: Class TimeoutMixin |
|
HTTPChannel
,
IMAP4Server
Method Summary | |
---|---|
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.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:45:53 2003 | http://epydoc.sf.net |