twisted.internet.test.test_tcp.WriteSequenceTestsMixin(object) class documentationtwisted.internet.test.test_tcp
(View In Hierarchy)
Known subclasses: twisted.internet.test.test_tcp.AdoptStreamConnectionTestsBuilder, twisted.internet.test.test_tcp.TCPTransportTestsBuilder, twisted.internet.test.test_unix.UNIXAdoptStreamConnectionTestsBuilder
| Method | setWriteBufferSize | Set the write buffer size for the given transport, mananing possible differences (ie, IOCP). Bug #4322 should remove the need of that hack. | 
| Method | test_writeSequeceWithoutWrite | writeSequencesends the data even ifwritehasn't been called. | 
| Method | test_writeSequenceWithUnicodeRaisesException | writeSequencewith an element in the sequence of type 
unicode raisesTypeError. | 
| Method | test_streamingProducer | writeSequencepauses its streaming producer if too much 
data is buffered, and then resumes it. | 
| Method | test_nonStreamingProducer | writeSequencepauses its producer if too much data is 
buffered only if this is a streaming producer. | 
Set the write buffer size for the given transport, mananing possible differences (ie, IOCP). Bug #4322 should remove the need of that hack.
writeSequence sends the data even if write 
hasn't been called.
writeSequence with an element in the sequence of type 
unicode raises TypeError.