class documentation
class _ContextFactoryWithContext: (source)
Constructor: _ContextFactoryWithContext(context)
Implements interfaces: twisted.internet.interfaces.IOpenSSLContextFactory
A _ContextFactoryWithContext is like a twisted.internet.ssl.ContextFactory with a pre-created context.
| Method | __init__ |
Initialize a _ContextFactoryWithContext with a context. |
| Method | get |
Return the context created by _DeprecatedToCurrentPolicyForHTTPS._webContextFactory. |
| Instance Variable | _context |
A Context. |
Initialize a _ContextFactoryWithContext with a context.
| Parameters | |
context:OpenSSL.SSL.Context | An SSL context. |
Return the context created by _DeprecatedToCurrentPolicyForHTTPS._webContextFactory.
| Returns | |
OpenSSL.SSL.Context | A context. |