class documentation

class twisted.internet.endpoints.TCP6ServerEndpoint(_TCPServerEndpoint): (source)

View In Hierarchy

Implements TCP server endpoint with an IPv6 configuration

Method __init__

Inherited from _TCPServerEndpoint:

Method listen Implement IStreamServerEndpoint.listen to listen on a TCP socket
Instance Variable _reactor Undocumented
Instance Variable _port Undocumented
Instance Variable _backlog Undocumented
Instance Variable _interface Undocumented
def __init__(self, reactor, port, backlog=50, interface='::'): (source)
ParametersreactorAn IReactorTCP provider.
portThe port number used for listening (type: int)
backlogSize of the listen queue (type: int)
interfaceThe hostname to bind to, defaults to :: (all) (type: str)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.