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):
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):
_backlog =

Undocumented

_interface =

Undocumented

_port =

Undocumented

_reactor =

Undocumented