| 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. | |
_TimeoutMixin__timedOut(self)
| |
| Class Variable Summary | |
|---|---|
NoneType |
timeOut
- The number of seconds after which to timeout the connection. |
NoneType |
_TimeoutMixin__lastReceived
|
NoneType |
_TimeoutMixin__timeoutCall
|
| 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.
|
_TimeoutMixin__lastReceived
|
_TimeoutMixin__timeoutCall
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:36 2003 | http://epydoc.sf.net |