Part of twisted.internet.interfaces.IReactorUNIX View Source
| Parameters | address | a path to a unix socket on the filesystem. |
| factory | a twisted.internet.protocol.ClientFactory
instance | |
| timeout | number of seconds to wait before assuming the connection has failed. | |
| checkPID | if True, check for a pid file to verify that a server is listening. If
address is a Linux abstract namespace path, this must be
False. | |
| Returns | An object which provides IConnector. | |