Searched refs:selected_alpn_protocol (Results 1 – 8 of 8) sorted by relevance
734 def selected_alpn_protocol(self): member in SSLObject739 return self._sslobj.selected_alpn_protocol()949 def selected_alpn_protocol(self): member in SSLSocket954 return self._sslobj.selected_alpn_protocol()
696 def selected_alpn_protocol(self): member in SSLSocket701 return self._sslobj.selected_alpn_protocol()
998 .. method:: SSLSocket.selected_alpn_protocol()1188 successful handshake, the :meth:`SSLSocket.selected_alpn_protocol` method will1196 behaves like 1.0.2, :meth:`SSLSocket.selected_alpn_protocol` returns None.1238 :meth:`SSLSocket.selected_alpn_protocol` and :attr:`SSLSocket.context`.
1290 .. method:: SSLSocket.selected_alpn_protocol()1648 successful handshake, the :meth:`SSLSocket.selected_alpn_protocol` method will1656 behaves like 1.0.2, :meth:`SSLSocket.selected_alpn_protocol` returns None.1701 :meth:`SSLSocket.selected_alpn_protocol` and :attr:`SSLSocket.context`.
1672 … self.server.selected_alpn_protocols.append(self.sslconn.selected_alpn_protocol())2006 'client_alpn_protocol': s.selected_alpn_protocol(),
2216 self.server.selected_alpn_protocols.append(self.sslconn.selected_alpn_protocol())2611 'client_alpn_protocol': s.selected_alpn_protocol(),
1784 :meth:`SSLSocket.selected_alpn_protocol() <ssl.SSLSocket.selected_alpn_protocol>`
125 "assert('h2' == ssl_sock.selected_alpn_protocol())"