class documentation

class AbortableStringTransport(StringTransport): (source)

View In Hierarchy

A version of StringTransport that supports abortConnection.

Method abortConnection A testable version of the ITCPTransport.abortConnection method.
Instance Variable aborting Undocumented
def abortConnection(self): (source)

A testable version of the ITCPTransport.abortConnection method.

Since this is a special case of closing the connection, loseConnection is also called.

aborting: bool = (source)

Undocumented