twisted.internet.test.test_unix.ListenUNIXMixin(object)
class documentationtwisted.internet.test.test_unix
(View In Hierarchy)
Known subclasses: twisted.internet.test.test_unix.UNIXPortTestsBuilder
Mixin which uses IReactorTCP.listenUNIX
to hand out
listening UNIX ports.
Method | getListeningPort | Get a UNIX port from a reactor |
Method | connectToListener | Connect to a listening UNIX socket. |
Connect to a listening UNIX socket.
Parameters | reactor | The reactor under test. (type: IReactorUNIX ) |
address | The listening's address. (type: UNIXAddress ) | |
factory | The client factory. (type: ClientFactory ) | |
Returns | The connector |