class documentation

class SSL4ClientEndpoint: (source)

Implements interfaces: twisted.internet.interfaces.IStreamClientEndpoint

View In Hierarchy

SSL secured TCP client endpoint with an IPv4 configuration
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
def __init__(self, reactor, host, port, sslContextFactory, timeout=30, bindAddress=None): (source)
Parameters
reactorAn IReactorSSL provider.
host:strA hostname, used when connecting
port:intThe port number, used when connecting
sslContextFactorySSL Configuration information as an instance of interfaces.IOpenSSLContextFactory.
timeout:intNumber of seconds to wait before assuming the connection has failed.
bindAddress:tupleA (host, port) tuple of local address to bind to, or None.
def connect(self, protocolFactory): (source)
_bindAddress = (source)

Undocumented

_host = (source)

Undocumented

_port = (source)

Undocumented

_reactor = (source)

Undocumented

_sslContextFactory = (source)

Undocumented

_timeout = (source)

Undocumented