twisted.internet._newtls.ClientMixin(object) class documentationtwisted.internet._newtls
          View Source
          (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. |