class documentation

class ClientMixin: (source)

Known subclasses: twisted.internet.tcp.BaseClient

View In Hierarchy

A mixin for twisted.internet.tcp.Client which just marks it as a client for the purposes of the default TLS handshake.

Instance Variable _tlsClientDefault Always True, indicating that this is a client connection, and by default when TLS is negotiated this class will act as a TLS client.
_tlsClientDefault: bool = (source)

Always True, indicating that this is a client connection, and by default when TLS is negotiated this class will act as a TLS client.