Package twisted :: Package internet :: Module interfaces :: Class ITLSTransport
[show private | hide private]
[frames | no frames]

Class ITLSTransport

NonMetaInterface --+        
                   |        
          ITransport --+    
                       |    
           ITCPTransport --+
                           |
                          ITLSTransport


Method Summary
  getHost(self)
Returns tuple ('INET', host, port). (inherited from ITCPTransport)
  getPeer(self)
Returns tuple ('INET', host, port). (inherited from ITCPTransport)
  getTcpKeepAlive(self)
Return if SO_KEEPALIVE enabled. (inherited from ITCPTransport)
  getTcpNoDelay(self)
Return if TCP_NODELAY is enabled. (inherited from ITCPTransport)
  loseConnection(self)
Close my connection, after writing all pending data. (inherited from ITransport)
  setTcpKeepAlive(self, enabled)
Enable/disable SO_KEEPALIVE. (inherited from ITCPTransport)
  setTcpNoDelay(self, enabled)
Enable/disable TCP_NODELAY. (inherited from ITCPTransport)
  startTLS(self, contextFactory)
Initiate TLS negotiation
  write(self, data)
Write some data to the physical connection, in sequence. (inherited from ITransport)
  writeSequence(self, data)
Write a list of strings to the physical connection. (inherited from ITransport)

Method Details

startTLS(self, contextFactory)

Initiate TLS negotiation
Parameters:
contextFactory - A context factory (see ssl.py)

Generated by Epydoc 1.1 on Fri Jun 27 03:45:31 2003 http://epydoc.sf.net