Home
last modified time | relevance | path

Searched refs:selected_alpn_protocol (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Dssl.py946 def selected_alpn_protocol(self): member in SSLObject
950 return self._sslobj.selected_alpn_protocol()
1167 def selected_alpn_protocol(self): member in SSLSocket
1172 return self._sslobj.selected_alpn_protocol()
/third_party/python/Doc/library/
Dssl.rst1346 .. method:: SSLSocket.selected_alpn_protocol()
1702 successful handshake, the :meth:`SSLSocket.selected_alpn_protocol` method will
1755 :meth:`SSLSocket.selected_alpn_protocol` and :attr:`SSLSocket.context`.
2514 - :meth:`~SSLSocket.selected_alpn_protocol`
/third_party/nghttp2/python/
Dnghttp2.pyx299 protocol = ssl_obj.selected_alpn_protocol()
/third_party/python/Doc/whatsnew/
D3.5.rst1784 :meth:`SSLSocket.selected_alpn_protocol() <ssl.SSLSocket.selected_alpn_protocol>`
/third_party/python/Lib/test/
Dtest_ssl.py2422 self.server.selected_alpn_protocols.append(self.sslconn.selected_alpn_protocol())
2838 'client_alpn_protocol': s.selected_alpn_protocol(),