Part of twisted.internet._newtls View Source View In Hierarchy
Implements interfaces: twisted.internet.interfaces.ITLSTransport
Instance Variable | TLS | A flag indicating whether TLS is currently in use on this transport. This
is not a good way for applications to check for TLS, instead use
ISSLTransport.providedBy . |
Method | startTLS | |
Method | write | Write some bytes to this connection, passing them through a TLS layer if necessary, or discarding them if the connection has already been lost. |
Method | writeSequence | Write some bytes to this connection, scatter/gather-style, passing them through a TLS layer if necessary, or discarding them if the connection has already been lost. |
Method | loseConnection | Close this connection after writing all pending data. |
Method | registerProducer | Register a producer. |
Method | unregisterProducer | Unregister a producer. |
ISSLTransport.providedBy
.
If TLS has been negotiated, perform a TLS shutdown.
If TLS is enabled, the TLS connection handles this.
If TLS is enabled, the TLS connection handles this.