twisted.internet.interfaces.IStreamServerEndpointStringParser(Interface) interface documentationtwisted.internet.interfaces
View Source
(View In Hierarchy)
Known implementations: twisted.internet.endpoints._StandardIOParser, twisted.internet.endpoints._SystemdParser, twisted.internet.endpoints._TCP6ServerParser
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. |
Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments.
| Returns | a stream server endpoint (type: IStreamServerEndpoint) | |
| See Also | IStreamClientEndpointStringParser.parseStreamClient | |