I am an SSL client.
Methods
|
|
__init__
createInternetSocket
getHost
getPeer
|
|
__init__
|
__init__ (
self,
host,
port,
protocol,
ctxFactory,
timeout=None,
connector=None,
)
|
|
createInternetSocket
|
createInternetSocket ( self )
(internal) create an SSL socket
|
|
getHost
|
getHost ( self )
Returns a tuple of (SSL , hostname, port).
This indicates the address from which I am connecting.
|
|
getPeer
|
getPeer ( self )
Returns a tuple of (SSL , hostname, port).
This indicates the address that I am connected to. I implement
twisted.protocols.protocol.Transport.
|
|