class documentation
A mixin for twisted.internet.abstract.FileDescriptor which adds an ITLSTransport implementation.
| Method | lose |
Close this connection after writing all pending data. |
| Method | register |
Register a producer. |
| Method | start |
No summary |
| Method | unregister |
Unregister a producer. |
| 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 | write |
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. |
| Constant | 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 twisted.internet.interfaces.ISSLTransport. |
Close this connection after writing all pending data.
If TLS has been negotiated, perform a TLS shutdown.
Write some bytes to this connection, passing them through a TLS layer if necessary, or discarding them if the connection has already been lost.
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.
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 twisted.internet.interfaces.ISSLTransport.
| Value |
|