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)
425 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)
916 When true, you can use the :meth:`SSLContext.set_npn_protocols` method to advertise1303 handshake. If :meth:`SSLContext.set_npn_protocols` was not called, or1660 .. method:: SSLContext.set_npn_protocols(protocols)2687 :meth:`SSLContext.set_npn_protocols` and
2393 self.context.set_npn_protocols(npn_protocols)3978 server_context.set_npn_protocols(server_protocols)3979 client_context.set_npn_protocols(client_protocols)
1958 the :meth:`ssl.SSLContext.set_npn_protocols` method.