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

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

Implements interfaces: twisted.internet.interfaces.IStreamServerEndpoint

SSL secured TCP server endpoint with an IPv4 configuration.
Instance Variables_reactorAn IReactorSSL provider.
_hostThe hostname to connect to as a str (type: str )
_portThe port to connect to as int (type: int )
_backlogsize of the listen queue (type: int )
_interfacethe hostname to bind to, defaults to '' (all) (type: str )
Variables_sslContextFactorySSL Configuration information as an OpenSSLCertificateOptions
Method __init__ No summary
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 listening
sslContextFactoryAn instance of twisted.internet._sslverify.OpenSSLCertificateOptions.
timeoutnumber of seconds to wait before assuming the connection has failed.
bindAddressa (host, port tuple of local address to bind to, or None.
def listen(self, protocolFactory): (source)
Implement IStreamServerEndpoint.listen to listen for SSL on a TCP socket.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:17:34.