class SSL4ClientEndpoint: (source)
Implements interfaces: twisted.internet.interfaces.IStreamClientEndpoint
| Method | __init__ |
|
| Method | connect |
Implement IStreamClientEndpoint.connect to connect with SSL over TCP. |
| Instance Variable | _bindAddress |
Undocumented |
| Instance Variable | _host |
Undocumented |
| Instance Variable | _port |
Undocumented |
| Instance Variable | _reactor |
Undocumented |
| Instance Variable | _sslContextFactory |
Undocumented |
| Instance Variable | _timeout |
Undocumented |
| Parameters | |
| reactor | An IReactorSSL provider. |
| host:str | A hostname, used when connecting |
| port:int | The port number, used when connecting |
| sslContextFactory | SSL Configuration information as an instance of interfaces.IOpenSSLContextFactory. |
| timeout:int | Number of seconds to wait before assuming the connection has failed. |
| bindAddress:tuple | A (host, port) tuple of local address to bind to, or None. |