twisted.internet._newtls.ServerMixin(object)
class documentationtwisted.internet._newtls
View Source
(View In Hierarchy)
A mixin for twisted.internet.tcp.Server
which just marks it as a server for the purposes of the default TLS
handshake.
Instance Variable | _tlsClientDefault | Always False , indicating that this is a server connection, and
by default when TLS is negotiated this class will act as a TLS server. |