t.i.e.SSL4ServerEndpoint(object) : class documentation

Part of twisted.internet.endpoints View Source View In Hierarchy

SSL secured TCP server endpoint with an IPv4 configuration.
Method __init__
Method listen Implement IStreamServerEndpoint.listen to listen for SSL on a TCP socket.
def __init__(self, reactor, port, sslContextFactory, backlog=50, interface=''): (source)
ParametersreactorAn IReactorSSL provider.
portThe port number used for listening (type: int)
sslContextFactoryAn instance of twisted.internet.ssl.ContextFactory.
backlogSize of the listen queue (type: int)
interfaceThe hostname to bind to, defaults to '' (all) (type: str)
def listen(self, protocolFactory): (source)
Implement IStreamServerEndpoint.listen to listen for SSL on a TCP socket.
API Documentation for Twisted, generated by pydoctor at 2015-01-30 14:14:53.