Part of twisted.internet.endpoints View Source View In Hierarchy
Implements interfaces: twisted.internet.interfaces.IStreamServerEndpoint
| Instance Variable | path | a path to a unix socket on the filesystem. (type: str) |
| Method | __init__ | No summary |
| Method | listen | Implement IStreamServerEndpoint.listen
to listen on a UNIX socket. |
| Instance Variable | _listenArgs | A dict of keyword args that will be passed to IReactorUNIX.listenUNIX (type: dict) |
| Variable | _reactor | An IReactorTCP
provider. |
| Parameters | reactor | An IReactorUNIX
provider. |
| address | The path to the Unix socket file, used when listening | |
| listenArgs | An optional dict of keyword args that will be passed to IReactorUNIX.listenUNIX | |
| backlog | number of connections to allow in backlog. | |
| mode | mode to set on the unix socket. This parameter is deprecated. Permissions should be set on the directory which contains the UNIX socket. | |
| wantPID | if True, create a pidfile for the socket. |
IStreamServerEndpoint.listen
to listen on a UNIX socket.