t.i.i.I.listenSSL(port, factory, contextFactory, backlog=50, interface='') : method documentation

Part of twisted.internet.interfaces.IReactorSSL View Source

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.
Parametersporta port number on which to listen
factorya twisted.internet.protocol.ServerFactory instance
contextFactorya twisted.internet.ssl.ContextFactory instance
backlogsize of the listen queue
interfacethe hostname to bind to, defaults to '' (all)
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:02:37.