Searched refs:set_npn_protocols (Results 1 – 7 of 7) sorted by relevance
371 def set_npn_protocols(self, npn_protocols): member in SSLContext562 self._context.set_npn_protocols(npn_protocols)
532 def set_npn_protocols(self, npn_protocols): member in SSLContext
786 you can use the :meth:`SSLContext.set_npn_protocols` method to advertise1011 handshake. If :meth:`SSLContext.set_npn_protocols` was not called, or1200 .. method:: SSLContext.set_npn_protocols(protocols)1824 :meth:`SSLContext.set_npn_protocols` and
1796 self.context.set_npn_protocols(npn_protocols)3014 server_context.set_npn_protocols(server_protocols)3017 client_context.set_npn_protocols(client_protocols)
958 When true, you can use the :meth:`SSLContext.set_npn_protocols` method to advertise1359 handshake. If :meth:`SSLContext.set_npn_protocols` was not called, or1710 .. method:: SSLContext.set_npn_protocols(protocols)
1770 :meth:`ssl.SSLContext.set_npn_protocols` are replaced by ALPN.
1958 the :meth:`ssl.SSLContext.set_npn_protocols` method.