class _StandardIOParser: (source)
Implements interfaces: twisted.internet.interfaces.IStreamServerEndpointStringParser, twisted.plugin.IPlugin
| Method | parseStreamServer |
Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments. |
| Instance Variable | prefix |
See IStreamServerEndpointStringParser.prefix. |
| Method | _parseServer |
Internal parser function for _parseServer to convert the string arguments into structured arguments for the StandardIOEndpoint |
| Returns | |
| a stream server endpoint | |
| See Also | |
IStreamClientEndpointStringParserWithReactor.parseStreamClient |
_parseServer to convert the string arguments into structured arguments for the StandardIOEndpoint| Parameters | |
| reactor | Reactor for the endpoint |