class documentation

class UNIXServerEndpoint: (source)

Implements interfaces: twisted.internet.interfaces.IStreamServerEndpoint

View In Hierarchy

UnixSocket server endpoint.

Method __init__ No summary
Method listen Implement IStreamServerEndpoint.listen to listen on a UNIX socket.
Instance Variable _reactor Undocumented
Instance Variable _address Undocumented
Instance Variable _backlog Undocumented
Instance Variable _mode Undocumented
Instance Variable _wantPID Undocumented
def __init__(self, reactor, address, backlog=50, mode=438, wantPID=0): (source)
ParametersreactorAn IReactorUNIX provider.
addressThe path to the Unix socket file, used when listening
backlognumber of connections to allow in backlog.
modemode to set on the unix socket. This parameter is deprecated. Permissions should be set on the directory which contains the UNIX socket.
wantPIDIf True, create a pidfile for the socket.
_reactor = (source)

Undocumented

_address = (source)

Undocumented

_backlog = (source)

Undocumented

_mode = (source)

Undocumented

_wantPID = (source)

Undocumented

def listen(self, protocolFactory): (source)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.