t.i.i.IStreamServerEndpointStringParser(Interface) : interface documentation

Part of twisted.internet.interfaces View Source View In Hierarchy

Known implementations: twisted.internet.endpoints._SystemdParser

An IStreamServerEndpointStringParser is like an IStreamClientEndpointStringParser, except for IStreamServerEndpoints instead of clients. It integrates with endpoints.serverFromString in much the same way.
Attribute prefix
Method parseStreamServer Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments.
prefix =
See AlsoIStreamClientEndpointStringParser.prefix
def parseStreamServer(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-06-04 17:20:01.