t.i.i.I.connectSSL(host, port, factory, contextFactory, timeout=30, bindAddress=None) : method documentation

Part of twisted.internet.interfaces.IReactorSSL View Source

Connect a client Protocol to a remote SSL socket.
Parametershosta host name
porta port number
factorya twisted.internet.protocol.ClientFactory instance
contextFactorya twisted.internet.ssl.ClientContextFactory object.
timeoutnumber of seconds to wait before assuming the connection has failed.
bindAddressa (host, port) tuple of local address to bind to, or None.
ReturnsAn object which provides IConnector.
API Documentation for Twisted, generated by pydoctor at 2013-11-18 18:11:01.