class documentation

Undocumented

Method getExpectedConnectionLostLogMsg Get the expected connection lost message for a UNIX port
Method getExpectedStartListeningLogMessage Get the message expected to be logged when a UNIX port starts listening.
Class Variable requiredInterfaces Undocumented
def getExpectedConnectionLostLogMsg(self, port): (source)

Get the expected connection lost message for a UNIX port

def getExpectedStartListeningLogMessage(self, port, factory): (source)

Get the message expected to be logged when a UNIX port starts listening.

requiredInterfaces: Optional[Sequence[Type[Interface]]] = (source)

Undocumented