class documentation

Create IPv4 TCP endpoints for runProtocolsWithReactor-based tests.

Method client Create a client end point that will connect to the given address.
Method server Create a server-side TCP endpoint.
Class Variable interface Undocumented
def client(self, reactor, serverAddress): (source)

Create a client end point that will connect to the given address.

Parameters
reactorUndocumented
serverAddress:IPv4AddressUndocumented
def server(self, reactor): (source)

Create a server-side TCP endpoint.