class twisted.internet._newtls.ClientMixin: (source)
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. |