class documentation
class SocketUNIXMixin:
Known subclasses: twisted.internet.test.test_unix.UNIXFDPortTestsBuilder
Mixin which uses IReactorSocket.adoptStreamPort
to hand out listening UNIX ports.
Method | connect |
Connect to a listening UNIX socket. |
Method | get |
Get a UNIX port from a reactor, wrapping an already-initialized file descriptor. |
Class Variable | required |
Undocumented |
Connect to a listening UNIX socket.
Parameters | |
reactor:IReactorUNIX | The reactor under test. |
address:UNIXAddress | The listening's address. |
factory:ClientFactory | The client factory. |
Returns | |
The connector |