class documentation

class UNIXCreator(EndpointCreator):

View In Hierarchy

Create UNIX socket end points.

Method client Construct a UNIX client endpoint.
Method server Construct a UNIX server endpoint.
Class Variable requiredInterfaces Undocumented
def client(self, reactor, serverAddress):

Construct a UNIX client endpoint.

def server(self, reactor):

Construct a UNIX server endpoint.

requiredInterfaces: Sequence[type[Interface]] | None =

Undocumented