twisted.internet.interfaces.ISSLTransport(ITCPTransport) interface documentationtwisted.internet.interfaces
          View Source
          (View In Hierarchy)
        
      Known subclasses: twisted.internet.interfaces.INegotiated
Known implementations: twisted.internet.ssl.Server
A SSL/TLS based transport.
| Method | getPeerCertificate | Return an object with the peer's certificate info. | 
Inherited from ITCPTransport:
| Method | loseWriteConnection | Half-close the write side of a TCP connection. | 
| Method | abortConnection | Close the connection abruptly. | 
| Method | getTcpNoDelay | Return if TCP_NODELAYis enabled. | 
| Method | setTcpNoDelay | Enable/disable TCP_NODELAY. | 
| Method | getTcpKeepAlive | Return if SO_KEEPALIVEis enabled. | 
| Method | setTcpKeepAlive | Enable/disable SO_KEEPALIVE. | 
| Method | getHost | Returns IPv4AddressorIPv6Address. | 
| Method | getPeer | Returns IPv4AddressorIPv6Address. | 
Inherited from ITransport (via ITCPTransport):
| Method | write | Write some data to the physical connection, in sequence, in a non-blocking fashion. | 
| Method | writeSequence | Write an iterable of byte strings to the physical connection. | 
| Method | loseConnection | Close my connection, after writing all pending data. |