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 | writeSequence sends the data even if write
hasn't been called. |
Method | test_writeSequenceWithUnicodeRaisesException | writeSequence with an element in the sequence of type
unicode raises TypeError . |
Method | test_streamingProducer | writeSequence pauses its streaming producer if too much
data is buffered, and then resumes it. |
Method | test_nonStreamingProducer | writeSequence pauses 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
.