class documentation
class _TCP6ServerParser: (source)
Implements interfaces: twisted.internet.interfaces.IStreamServerEndpointStringParser
, twisted.plugin.IPlugin
Stream server endpoint string parser for the TCP6ServerEndpoint type.
Method | parse |
Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments. |
Instance Variable | prefix |
See IStreamServerEndpointStringParser.prefix . |
Method | _parse |
Internal parser function for _parseServer to convert the string arguments into structured arguments for the TCP6ServerEndpoint |
Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments.
Returns | |
a stream server endpoint | |
See Also | |
IStreamClientEndpointStringParserWithReactor.parseStreamClient |
Internal parser function for _parseServer
to convert the string arguments into structured arguments for the TCP6ServerEndpoint
Parameters | |
reactor | An IReactorTCP provider. |
port:int | The port number used for listening |
backlog:int | Size of the listen queue |
interface:str | The hostname to bind to |