class documentation

Stream client endpoint string parser for wrapClientTLS with HostnameEndpoint.

Static Method parseStreamClient 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.
@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.

Parameters
reactorThe reactor passed to clientFromString.
*args:tupleThe positional arguments in the endpoint description.
**kwargs:dictThe named arguments in the endpoint description.
Returns
IStreamClientEndpointa client TLS endpoint