| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module interfaces :: Class ITLSTransport |
|
NonMetaInterface--+ |ITransport--+ |ITCPTransport--+ | ITLSTransport
| Method Summary | |
|---|---|
Returns tuple ('INET', host, port). (inherited from ITCPTransport)
| |
Returns tuple ('INET', host, port). (inherited from ITCPTransport)
| |
Return if SO_KEEPALIVE enabled. (inherited from ITCPTransport)
| |
Return if TCP_NODELAY is enabled. (inherited from ITCPTransport)
| |
Close my connection, after writing all pending data. (inherited from ITransport)
| |
Enable/disable SO_KEEPALIVE. (inherited from ITCPTransport)
| |
Enable/disable TCP_NODELAY. (inherited from ITCPTransport)
| |
Initiate TLS negotiation | |
Write some data to the physical connection, in sequence. (inherited from ITransport)
| |
Write a list of strings to the physical connection. (inherited from ITransport)
| |
| Method Details |
|---|
startTLS(self, contextFactory)Initiate TLS negotiation
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:45:31 2003 | http://epydoc.sf.net |