twisted.test.test_policies.TimeoutTester(protocol.Protocol, policies.TimeoutMixin) class documentationtwisted.test.test_policies
(View In Hierarchy)
A testable protocol with timeout facility.
| Instance Variable | timedOut | set to Trueif a timeout has been detected. (type:bool) | 
| Method | __init__ | Initialize the protocol with a task.Clockobject. | 
| Method | connectionMade | Upon connection, set the timeout. | 
| Method | dataReceived | Reset the timeout on data. | 
| Method | connectionLost | On connection lost, cancel all timeout operations. | 
| Method | timeoutConnection | Flags the timedOut variable to indicate the timeout of the connection. | 
| Method | callLater | Override callLater to use the deterministic clock. | 
Inherited from Protocol:
| Method | logPrefix | Return a prefix matching the class name, to identify log messages related to this protocol instance. | 
Inherited from BaseProtocol (via Protocol):
| Method | makeConnection | Make a connection to a transport and a server. | 
Inherited from TimeoutMixin:
| Class Variable | timeOut | The number of seconds after which to timeout the connection. | 
| Method | resetTimeout | Reset the timeout count down. | 
| Method | setTimeout | Change the timeout period | 
| Method | __timedOut | Undocumented |