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):

Get the expected connection lost message for a UNIX port

def getExpectedStartListeningLogMessage(self, port, factory):

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

requiredInterfaces: Sequence[type[Interface]] | None =

Undocumented