Methods
|
|
clientSSL
listenSSL
|
|
clientSSL
|
clientSSL (
self,
host,
port,
protocol,
contextFactory,
timeout=30,
)
Connect a client Protocol to a remote SSL socket.
|
|
listenSSL
|
listenSSL (
self,
port,
factory,
ctxFactory,
backlog=5,
interface='',
)
Connects a given protocol factory to the given numeric TCP/IP port.
The connection is a SSL one, using contexts created by the context
factory.
|
|