Part of twisted.internet.endpoints View Source View In Hierarchy
Implements interfaces: twisted.internet.interfaces.IStreamClientEndpoint
Instance Variables | _path | a path to a unix socket on the filesystem. (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 ) | |
Variables | _reactor | An IReactorUNIX
provider.
|
Method | __init__ | No summary |
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 | |
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