class documentation
class _TLSClientEndpointParser: (source)
Implements interfaces: twisted.internet.interfaces.IStreamClientEndpointStringParserWithReactor
, twisted.plugin.IPlugin
Stream client endpoint string parser for wrapClientTLS
with HostnameEndpoint
.
Static Method | parse |
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. |
Instance Variable | prefix |
See IStreamClientEndpointStringParserWithReactor.prefix . |
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:tuple | The positional arguments in the endpoint description. |
**kwargs:dict | The named arguments in the endpoint description. |
Returns | |
IStreamClientEndpoint | a client TLS endpoint |