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

Part of twisted.internet.endpoints View Source View In Hierarchy

Implements TCP server endpoint with an IPv4 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-08 22:07:30.