class UNIXClientEndpoint: (source)
Implements interfaces: twisted.internet.interfaces.IStreamClientEndpoint
Method | __init__ |
|
Method | connect |
Implement IStreamClientEndpoint.connect to connect via a UNIX Socket |
Instance Variable | _checkPID |
Undocumented |
Instance Variable | _path |
Undocumented |
Instance Variable | _reactor |
Undocumented |
Instance Variable | _timeout |
Undocumented |
Parameters | |
reactor | An IReactorUNIX provider. |
path:str | The path to the Unix socket file, used when connecting |
timeout:int | Number of seconds to wait before assuming the connection has failed. |
checkPID:bool | If True, check for a pid file to verify that a server is listening. |