class documentation

Mixin which uses IReactorSocket.adoptStreamPort to hand out listening UNIX ports.

Method connectToListener Connect to a listening UNIX socket.
Method getListeningPort Get a UNIX port from a reactor, wrapping an already-initialized file descriptor.
Class Variable requiredInterfaces Undocumented
def connectToListener(self, reactor, address, factory):

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

Get a UNIX port from a reactor, wrapping an already-initialized file descriptor.

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

Undocumented