class documentation
class UNIXClientEndpoint: (source)
Constructor: UNIXClientEndpoint(reactor, path, timeout, checkPID)
Implements interfaces: twisted.internet.interfaces.IStreamClientEndpoint
UnixSocket client endpoint.
| Method | __init__ |
No summary |
| Method | connect |
Implement IStreamClientEndpoint.connect to connect via a UNIX Socket |
| Instance Variable | _check |
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. |
| check | If True, check for a pid file to verify that a server is listening. |