t.i.e._StandardIOParser(object) : class documentation

Part of twisted.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 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
prefix =
See IStreamClientEndpointStringParser.prefix.
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 2012-09-01 11:44:56.