Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dssl.py683 def selected_npn_protocol(self): member in SSLSocket
688 return self._sslobj.selected_npn_protocol()
/external/python/cpython2/Lib/test/
Dtest_ssl.py1680 self.server.selected_npn_protocols.append(self.sslconn.selected_npn_protocol())
1711 + str(self.sslconn.selected_npn_protocol()) + "\n")
2014 'client_npn_protocol': s.selected_npn_protocol(),
/external/python/cpython2/Doc/library/
Dssl.rst979 .. method:: SSLSocket.selected_npn_protocol()
1173 successful handshake, the :meth:`SSLSocket.selected_npn_protocol` method will