class _TLSClientEndpointParser: (source)
Implements interfaces: twisted.internet.interfaces.IStreamClientEndpointStringParserWithReactor, twisted.plugin.IPlugin
wrapClientTLS with HostnameEndpoint.| Static Method | parseStreamClient |
No summary |
| Instance Variable | prefix |
See IStreamClientEndpointStringParserWithReactor.prefix. |
_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.| Parameters | |
| reactor | The reactor passed to clientFromString. |
*args:tuple | The positional arguments in the endpoint description. |
**kwargs:dict | The named arguments in the endpoint description. |
| Returns | |
IStreamClientEndpoint | a client TLS endpoint |