Part of twisted.internet.endpoints View Source View In Hierarchy
Implements interfaces: twisted.internet.interfaces.IStreamServerEndpoint
Instance Variables | _reactor | An IReactorSSL
provider.
|
_host | The hostname to connect to as a str
(type: str
) | |
_port | The port to connect to as int
(type: int
) | |
_backlog | size of the listen queue (type: int ) | |
_interface | the hostname to bind to, defaults to '' (all) (type: str ) | |
Variables | _sslContextFactory | SSL Configuration information as an
OpenSSLCertificateOptions
|
Method | __init__ | No summary |
Method | listen | Implement IStreamServerEndpoint.listen
to listen for SSL on a TCP socket.
|
Parameters | reactor | An IReactorSSL
provider.
|
port | The port number used listening | |
sslContextFactory | An instance of
twisted.internet._sslverify.OpenSSLCertificateOptions .
| |
timeout | number of seconds to wait before assuming the connection has failed. | |
bindAddress | a (host, port tuple of local address to bind to, or None. |
IStreamServerEndpoint.listen
to listen for SSL on a TCP socket.