Part of twisted.internet.endpoints View Source View In Hierarchy
Implements interfaces: twisted.internet.interfaces.IStreamServerEndpoint
Instance Variables | path | a path to a unix socket on the filesystem. (type: str ) |
_listenArgs | A dict of keyword args that will be passed to IReactorUNIX.listenUNIX
(type: dict
) | |
Variables | _reactor | An IReactorTCP
provider.
|
Method | __init__ | No summary |
Method | listen | Implement IStreamServerEndpoint.listen
to listen on a UNIX socket.
|
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.