class documentation

Create client and server endpoints that know how to connect to each other.

Method client Return an object providing IStreamClientEndpoint for use in creating a client to use to establish the connection type to be tested.
Method server Return an object providing IStreamServerEndpoint for use in creating a server to use to establish the connection type to be tested.
def client(self, reactor, serverAddress): (source)

Return an object providing IStreamClientEndpoint for use in creating a client to use to establish the connection type to be tested.

def server(self, reactor): (source)

Return an object providing IStreamServerEndpoint for use in creating a server to use to establish the connection type to be tested.