t.i.i.I.connectUNIX(address, factory, timeout=30, checkPID=0) : method documentation

Part of twisted.internet.interfaces.IReactorUNIX View Source

Connect a client protocol to a UNIX socket.
Parametersaddressa path to a unix socket on the filesystem.
factorya twisted.internet.protocol.ClientFactory instance
timeoutnumber of seconds to wait before assuming the connection has failed.
checkPIDif 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.
ReturnsAn object which provides IConnector.
API Documentation for Twisted, generated by pydoctor at 2014-05-12 18:27:00.