class documentation

class ProtocolNegotiationSupport(Flags): (source)

View In Hierarchy

ProtocolNegotiationSupport defines flags which are used to indicate the level of NPN/ALPN support provided by the TLS backend.

Class Variable NOSUPPORT There is no support for NPN or ALPN. This is exclusive with both NPN and ALPN.
Class Variable NPN The implementation supports Next Protocol Negotiation.
Class Variable ALPN The implementation supports Application Layer Protocol Negotiation.
NOSUPPORT = (source)
There is no support for NPN or ALPN. This is exclusive with both NPN and ALPN.
The implementation supports Next Protocol Negotiation.
ALPN = (source)
The implementation supports Application Layer Protocol Negotiation.
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.