twisted.internet.endpoints._StandardIOParser(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 Standard I/O 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 StandardIOEndpoint |
Internal parser function for _parseServer
to convert the string arguments into structured arguments for the StandardIOEndpoint
Parameters | reactor | Reactor for the endpoint |
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 |