Part of twisted.internet.endpoints View Source View In Hierarchy
Implements interfaces: twisted.internet.endpoints.IPlugin, twisted.internet.interfaces.IStreamServerEndpointStringParser
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 |
_parseServer
to convert the string arguments into structured arguments for the StandardIOEndpoint
Parameters | reactor | Reactor for the endpoint |
Returns | a stream server endpoint (type: IStreamServerEndpoint ) | |
See Also | IStreamClientEndpointStringParser.parseStreamClient |