class twisted.internet.endpoints.SSL4ServerEndpoint: (source)
Implements interfaces: twisted.internet.interfaces.IStreamServerEndpoint
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 |
| Parameters | reactor | An IReactorSSL provider. |
| port | The port number used for listening (type: int) | |
| sslContextFactory | An instance of interfaces.IOpenSSLContextFactory. | |
| backlog | Size of the listen queue (type: int) | |
| interface | The hostname to bind to, defaults to '' (all) (type: str) |
Implement IStreamServerEndpoint.listen to listen for SSL on a TCP socket.