Part of twisted.internet.interfaces.IReactorSSL View Source
Parameters | host | a host name |
port | a port number | |
factory | a twisted.internet.protocol.ClientFactory
instance
| |
contextFactory | a twisted.internet.ssl.ClientContextFactory
object.
| |
timeout | number of seconds to wait before assuming the connection has failed. | |
bindAddress | a (host, port) tuple of local address to bind to, or None .
| |
Returns | An object which provides IConnector .
|