class documentation
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_nonStreamingProducer writeSequence pauses its producer if too much data is buffered only if this is a streaming producer.
Method test_streamingProducer writeSequence pauses its streaming producer if too much data is buffered, and then resumes it.
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.
Class Variable requiredInterfaces Undocumented
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_nonStreamingProducer(self):

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

def test_streamingProducer(self):

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

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.