Part of twisted.conch.mixin View Source View In Hierarchy
Method | schedule | Undocumented |
Method | reschedule | Undocumented |
Method | write | Buffer some bytes to be written soon. |
Method | flush | Flush the buffer immediately. |
Every call to this function delays the real write by
self.DELAY
seconds. When the delay expires, all collected
bytes are written to the underlying transport using
ITransport.writeSequence
.