Home
last modified time | relevance | path

Searched refs:selected_npn_protocol (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dssl.py936 def selected_npn_protocol(self): member in SSLObject
1157 def selected_npn_protocol(self): member in SSLSocket
/third_party/python/Doc/library/
Dssl.rst1356 .. method:: SSLSocket.selected_npn_protocol()
1717 successful handshake, the :meth:`SSLSocket.selected_npn_protocol` method will
2515 - :meth:`~SSLSocket.selected_npn_protocol`
/third_party/python/Doc/whatsnew/
D3.10.rst1766 * NPN features like :meth:`ssl.SSLSocket.selected_npn_protocol` and