class documentation

Mixin which uses IReactorTCP.listenUNIX to hand out listening UNIX ports.

Method connectToListener Connect to a listening UNIX socket.
Method getListeningPort Get a UNIX port from a reactor
def connectToListener(self, reactor, address, factory): (source)

Connect to a listening UNIX socket.

Parameters
reactor:IReactorUNIXThe reactor under test.
address:UNIXAddressThe listening's address.
factory:ClientFactoryThe client factory.
Returns
The connector
def getListeningPort(self, reactor, factory): (source)

Get a UNIX port from a reactor