class documentation

A TCP server endpoint interface

Method __init__ No summary
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

Undocumented

_reactor = (source)

Undocumented