class documentation

class _ContextFactoryWithContext: (source)

Implements interfaces: twisted.internet.interfaces.IOpenSSLContextFactory

View In Hierarchy

A _ContextFactoryWithContext is like a twisted.internet.ssl.ContextFactory with a pre-created context.

Method __init__ Initialize a _ContextFactoryWithContext with a context.
Method getContext Return the context created by _DeprecatedToCurrentPolicyForHTTPS._webContextFactory.
Instance Variable _context A Context.
_context = (source)
A Context.
(type: OpenSSL.SSL.Context)
def __init__(self, context): (source)

Initialize a _ContextFactoryWithContext with a context.

ParameterscontextAn SSL context. (type: OpenSSL.SSL.Context)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.