class documentation
class ProtocolNegotiationSupport(Flags): (source)
ProtocolNegotiationSupport
defines flags which are used to indicate the level of NPN/ALPN support provided by the TLS backend.
Constant | ALPN |
The implementation supports Application Layer Protocol Negotiation. |
Constant | NPN |
The implementation supports Next Protocol Negotiation. |
Class Variable | NOSUPPORT |
There is no support for NPN or ALPN. This is exclusive with both NPN and ALPN . |