Searched refs:selected_alpn_protocol (Results 1 – 5 of 5) sorted by relevance
946 def selected_alpn_protocol(self): member in SSLObject950 return self._sslobj.selected_alpn_protocol()1167 def selected_alpn_protocol(self): member in SSLSocket1172 return self._sslobj.selected_alpn_protocol()
1346 .. method:: SSLSocket.selected_alpn_protocol()1702 successful handshake, the :meth:`SSLSocket.selected_alpn_protocol` method will1755 :meth:`SSLSocket.selected_alpn_protocol` and :attr:`SSLSocket.context`.2514 - :meth:`~SSLSocket.selected_alpn_protocol`
299 protocol = ssl_obj.selected_alpn_protocol()
1784 :meth:`SSLSocket.selected_alpn_protocol() <ssl.SSLSocket.selected_alpn_protocol>`
2422 self.server.selected_alpn_protocols.append(self.sslconn.selected_alpn_protocol())2838 'client_alpn_protocol': s.selected_alpn_protocol(),