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