Implements interfaces: twisted.internet.interfaces.IStreamClientEndpoint

UnixSocket client endpoint.

Method __init__
Method connect Implement IStreamClientEndpoint.connect to connect via a UNIX Socket
Instance Variable _reactor Undocumented
Instance Variable _path Undocumented
Instance Variable _timeout Undocumented
Instance Variable _checkPID Undocumented
def __init__(self, reactor, path, timeout=30, checkPID=0): (source)
ParametersreactorAn IReactorUNIX provider.
pathThe path to the Unix socket file, used when connecting (type: str)
timeoutNumber of seconds to wait before assuming the connection has failed. (type: int)
checkPIDIf True, check for a pid file to verify that a server is listening. (type: bool)
_reactor =
Undocumented
_path =
Undocumented
_timeout =
Undocumented
_checkPID =
Undocumented
def connect(self, protocolFactory): (source)
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.