Known subclasses: twisted.internet.test.test_tcp.AdoptStreamConnectionTestsBuilder, twisted.internet.test.test_tcp.TCPTransportTestsBuilder, twisted.internet.test.test_unix.UNIXAdoptStreamConnectionTestsBuilder

Test for twisted.internet.abstract.FileDescriptor.writeSequence.

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.
def setWriteBufferSize(self, transport, value):

Set the write buffer size for the given transport, mananing possible differences (ie, IOCP). Bug #4322 should remove the need of that hack.

def test_writeSequeceWithoutWrite(self):

writeSequence sends the data even if write hasn't been called.

def test_writeSequenceWithUnicodeRaisesException(self):

writeSequence with an element in the sequence of type unicode raises TypeError.

def test_streamingProducer(self):

writeSequence pauses its streaming producer if too much data is buffered, and then resumes it.

def test_nonStreamingProducer(self):

writeSequence pauses its producer if too much data is buffered only if this is a streaming producer.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.