t.i.e._TCP6ServerParser(object) : class documentation

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

Stream server endpoint string parser for the TCP6ServerEndpoint type.
Instance Variable prefix See IStreamClientEndpointStringParser.prefix.
Method parseStreamServer Undocumented
Method _parseServer Internal parser function for _parseServer to convert the string arguments into structured arguments for the TCP6ServerEndpoint
prefix =
See IStreamClientEndpointStringParser.prefix.
def _parseServer(self, reactor, port, backlog=50, interface='::'): (source)
Internal parser function for _parseServer to convert the string arguments into structured arguments for the TCP6ServerEndpoint
ParametersreactorAn IReactorTCP provider.
portThe port number used for listening (type: int)
backlogSize of the listen queue (type: int)
interfaceThe hostname to bind to (type: str)
def parseStreamServer(self, reactor, *args, **kwargs): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.