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

Stream client endpoint string parser for wrapClientTLS with HostnameEndpoint.

Instance Variable prefix See IStreamClientEndpointStringParserWithReactor.prefix.
Static Method parseStreamClient No summary
@staticmethod
def parseStreamClient(reactor, *args, **kwargs): (source)

Redirects to another function _parseClientTLS; tricks zope.interface into believing the interface is correctly implemented, since the signature is (reactor, *args, **kwargs). See _parseClientTLS for the specific signature description for this endpoint parser.

ParametersreactorThe reactor passed to clientFromString.
argsThe positional arguments in the endpoint description. (type: tuple)
kwargsThe named arguments in the endpoint description. (type: dict)
Returnsa client TLS endpoint (type: IStreamClientEndpoint)
API Documentation for Twisted, generated by pydoctor at 2019-11-11 15:02:42.