Part of twisted.internet.endpoints View Source View In Hierarchy
Implements interfaces: twisted.internet.interfaces.IStreamClientEndpoint
Method | __init__ | |
Method | connect | Implement IStreamClientEndpoint.connect
to connect via a UNIX Socket |
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) |
IStreamClientEndpoint.connect
to connect via a UNIX Socket