class documentation

Test mixing for TCP server address building and log prefix.

Method getConnectedClientAndServer Helper method returnine a Deferred firing with a tuple of a client protocol, a server protocol, and a running TCP port.
Method test_serverAddressTCP4 Server instances have a string representation indicating on which port they're running, and the connected address is stored on the peerAddresses attribute of the factory.
Method test_serverAddressTCP6 IPv6 Server instances have a string representation indicating on which port they're running, and the connected address is stored on the peerAddresses attribute of the factory.
Method _testServerAddress Helper method to test TCP server addresses on either IPv4 or IPv6.
def getConnectedClientAndServer(self, reactor, interface, addressFamily): (source)

Helper method returnine a Deferred firing with a tuple of a client protocol, a server protocol, and a running TCP port.

def test_serverAddressTCP4(self): (source)

Server instances have a string representation indicating on which port they're running, and the connected address is stored on the peerAddresses attribute of the factory.

@skipIf(ipv6Skip, ipv6SkipReason)
def test_serverAddressTCP6(self): (source)

IPv6 Server instances have a string representation indicating on which port they're running, and the connected address is stored on the peerAddresses attribute of the factory.

def _testServerAddress(self, interface, addressFamily, adressClass): (source)

Helper method to test TCP server addresses on either IPv4 or IPv6.