class twisted.internet.endpoints.UNIXClientEndpoint: (source)
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 |
Parameters | reactor | An IReactorUNIX provider. |
path | The path to the Unix socket file, used when connecting (type: str) | |
timeout | Number of seconds to wait before assuming the connection has failed. (type: int) | |
checkPID | If True, check for a pid file to verify that a server is listening. (type: bool) |
Implement IStreamClientEndpoint.connect
to connect via a UNIX Socket