class documentation

SSL secured TCP server endpoint with an IPv4 configuration.

Method __init__ No summary
Method listen Implement IStreamServerEndpoint.listen to listen for SSL on a TCP socket.
Instance Variable _backlog Undocumented
Instance Variable _interface Undocumented
Instance Variable _port Undocumented
Instance Variable _reactor Undocumented
Instance Variable _sslContextFactory Undocumented
def __init__(self, reactor, port, sslContextFactory, backlog=50, interface=''): (source)
Parameters
reactorAn IReactorSSL provider.
port:intThe port number used for listening
sslContextFactoryAn instance of interfaces.IOpenSSLContextFactory.
backlog:intSize of the listen queue
interface:strThe hostname to bind to, defaults to '' (all)
def listen(self, protocolFactory): (source)

Implement IStreamServerEndpoint.listen to listen for SSL on a TCP socket.

_backlog = (source)

Undocumented

_interface = (source)

Undocumented

Undocumented

_reactor = (source)

Undocumented

_sslContextFactory = (source)

Undocumented