Implements interfaces: twisted.internet.interfaces.IStreamServerEndpointStringParser, twisted.plugin.IPlugin

Stream server endpoint string parser for the Standard I/O type.

Instance Variable prefix See IStreamClientEndpointStringParser.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 AlsoIStreamClientEndpointStringParser.parseStreamClient
API Documentation for Twisted, generated by pydoctor at 2015-09-04 15:29:41.