class documentation

class SSL4ServerEndpoint: (source)

Implements interfaces: twisted.internet.interfaces.IStreamServerEndpoint

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.
Instance Variable _reactor Undocumented
Instance Variable _port Undocumented
Instance Variable _sslContextFactory Undocumented
Instance Variable _backlog Undocumented
Instance Variable _interface Undocumented
def __init__(self, reactor, port, sslContextFactory, backlog=50, interface=''): (source)
ParametersreactorAn IReactorSSL provider.
portThe port number used for listening (type: int)
sslContextFactoryAn instance of interfaces.IOpenSSLContextFactory.
backlogSize of the listen queue (type: int)
interfaceThe hostname to bind to, defaults to '' (all) (type: str)
_reactor = (source)

Undocumented

_port = (source)

Undocumented

_sslContextFactory = (source)

Undocumented

_backlog = (source)

Undocumented

_interface = (source)

Undocumented

def listen(self, protocolFactory): (source)

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

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.