Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dssl.py915 def selected_alpn_protocol(self): member in SSLObject
920 return self._sslobj.selected_alpn_protocol()
1135 def selected_alpn_protocol(self): member in SSLSocket
1140 return self._sslobj.selected_alpn_protocol()
/external/python/cpython2/Lib/
Dssl.py696 def selected_alpn_protocol(self): member in SSLSocket
701 return self._sslobj.selected_alpn_protocol()
/external/python/cpython2/Doc/library/
Dssl.rst998 .. method:: SSLSocket.selected_alpn_protocol()
1188 successful handshake, the :meth:`SSLSocket.selected_alpn_protocol` method will
1196 behaves like 1.0.2, :meth:`SSLSocket.selected_alpn_protocol` returns None.
1238 :meth:`SSLSocket.selected_alpn_protocol` and :attr:`SSLSocket.context`.
/external/python/cpython3/Doc/library/
Dssl.rst1302 .. method:: SSLSocket.selected_alpn_protocol()
1660 successful handshake, the :meth:`SSLSocket.selected_alpn_protocol` method will
1668 behaves like 1.0.2, :meth:`SSLSocket.selected_alpn_protocol` returns None.
1713 :meth:`SSLSocket.selected_alpn_protocol` and :attr:`SSLSocket.context`.
2489 - :meth:`~SSLSocket.selected_alpn_protocol`
/external/python/cpython2/Lib/test/
Dtest_ssl.py1672 … self.server.selected_alpn_protocols.append(self.sslconn.selected_alpn_protocol())
2006 'client_alpn_protocol': s.selected_alpn_protocol(),
/external/python/cpython3/Lib/test/
Dtest_ssl.py2314 self.server.selected_alpn_protocols.append(self.sslconn.selected_alpn_protocol())
2724 'client_alpn_protocol': s.selected_alpn_protocol(),
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1784 :meth:`SSLSocket.selected_alpn_protocol() <ssl.SSLSocket.selected_alpn_protocol>`