class documentation

class _TCPServerEndpoint: (source)

Known subclasses: twisted.internet.endpoints.TCP4ServerEndpoint, twisted.internet.endpoints.TCP6ServerEndpoint

Implements interfaces: twisted.internet.interfaces.IStreamServerEndpoint

View In Hierarchy

A TCP server endpoint interface
Method __init__
Method listen Implement IStreamServerEndpoint.listen to listen on a TCP socket
Instance Variable _backlog Undocumented
Instance Variable _interface Undocumented
Instance Variable _port Undocumented
Instance Variable _reactor Undocumented
def __init__(self, reactor, port, backlog, interface): (source)
Parameters
reactorAn IReactorTCP provider.
port:intThe port number used for listening
backlog:intSize of the listen queue
interface:strThe hostname to bind to
def listen(self, protocolFactory): (source)
_backlog = (source)

Undocumented

_interface = (source)

Undocumented

_port = (source)

Undocumented

_reactor = (source)

Undocumented