Part of twisted.internet.interfaces.IReactorUNIX View Source
| Parameters | address | a path to a unix socket on the filesystem. |
| factory | a twisted.internet.protocol.Factory
instance.
| |
| backlog | number of connections to allow in backlog. | |
| mode | mode to set on the unix socket. | |
| wantPID | if True, create a pidfile for the socket. | |
| Returns | An object which provides IListeningPort.
| |