class documentation

class ServerMixin: (source)

Known subclasses: twisted.internet.tcp.Server

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.
_tlsClientDefault: bool = (source)

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