twisted.internet.ssl.Port(tcp.Port)
class documentationtwisted.internet.ssl
View Source
(View In Hierarchy)
I am an SSL port.
Method | __init__ | Initialize with a numeric port to listen on. |
Method | _getLogPrefix | Override the normal prefix to include an annotation indicating this is a port for TLS connections. |
Inherited from _SocketCloser (via Port):
Instance Variable | _shouldShutdown | Set to True if shutdown should be called before
calling close on the underlying socket. (type: bool ) |
Method | _closeSocket | Undocumented |
Inherited from _SocketCloser (via Port):
Instance Variable | _shouldShutdown | Set to True if shutdown should be called before
calling close on the underlying socket. (type: bool ) |
Method | _closeSocket | Undocumented |
Inherited from _SocketCloser (via Port):
Instance Variable | _shouldShutdown | Set to True if shutdown should be called before
calling close on the underlying socket. (type: bool ) |
Method | _closeSocket | Undocumented |
Inherited from _SocketCloser (via Port):
Instance Variable | _shouldShutdown | Set to True if shutdown should be called before
calling close on the underlying socket. (type: bool ) |
Method | _closeSocket | Undocumented |
Inherited from _SocketCloser (via Port):
Instance Variable | _shouldShutdown | Set to True if shutdown should be called before
calling close on the underlying socket. (type: bool ) |
Method | _closeSocket | Undocumented |
Initialize with a numeric port to listen on.
Override the normal prefix to include an annotation indicating this is a port for TLS connections.