t.i.e.TCP6ServerEndpoint(_TCPServerEndpoint) : class documentation

Part of twisted.internet.endpoints View 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
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 at 2013-11-18 18:11:01.