t.i.i.ISSLTransport(ITCPTransport) : interface documentation

Part of twisted.internet.interfaces View Source View In Hierarchy

Known implementations: twisted.internet.ssl.Client, twisted.internet.ssl.Server, twisted.protocols.tls.TLSMemoryBIOProtocol

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 getTcpNoDelay Return if TCP_NODELAY is enabled.
Method setTcpNoDelay Enable/disable TCP_NODELAY.
Method getTcpKeepAlive Return if SO_KEEPALIVE is enabled.
Method setTcpKeepAlive Enable/disable SO_KEEPALIVE.
Method getHost Returns IPv4Address.
Method getPeer Returns IPv4Address.

Inherited from ITransport (via ITCPTransport):

Method write Write some data to the physical connection, in sequence, in a non-blocking fashion.
Method writeSequence Write a list of strings to the physical connection.
Method loseConnection Close my connection, after writing all pending data.
def getPeerCertificate(): (source)
Return an object with the peer's certificate info.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:17:34.