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
def _parseServer(self, reactor): (source)

Internal parser function for _parseServer to convert the string arguments into structured arguments for the StandardIOEndpoint

ParametersreactorReactor for the endpoint
def parseStreamServer(self, reactor, *args, **kwargs): (source)

Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments.

Returnsa stream server endpoint (type: IStreamServerEndpoint)
See AlsoIStreamClientEndpointStringParserWithReactor.parseStreamClient
API Documentation for Twisted, generated by pydoctor at 2016-05-18 16:01:36.