Part of twisted.internet.endpoints View Source View In Hierarchy
Implements interfaces: twisted.internet.interfaces.IStreamClientEndpoint
Method | __init__ | No summary |
Method | connect | Implement IStreamClientEndpoint.connect
to connect via a UNIX Socket |
Instance Variable | _path | a path to a unix socket on the filesystem. (type: str) |
Instance Variable | _timeout | number of seconds to wait before assuming the connection has failed. (type: int) |
Instance Variable | _checkPID | if True, check for a pid file to verify that a server is listening. (type: bool) |
Variable | _reactor | An IReactorUNIX
provider. |
Parameters | reactor | An IReactorUNIX
provider. |
path | The path to the Unix socket file, used when connecting | |
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. |
IStreamClientEndpoint.connect
to connect via a UNIX Socket