twisted.internet.endpoints._TLSClientEndpointParser(object)
class documentationtwisted.internet.endpoints
View Source
(View In Hierarchy)
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 |
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.
Parameters | reactor | The reactor passed to clientFromString . |
args | The positional arguments in the endpoint description. (type: tuple ) | |
kwargs | The named arguments in the endpoint description. (type: dict ) | |
Returns | a client TLS endpoint (type: IStreamClientEndpoint ) |