Searched refs:selected_alpn_protocol (Results 1 – 7 of 7) sorted by relevance
915 def selected_alpn_protocol(self): member in SSLObject920 return self._sslobj.selected_alpn_protocol()1135 def selected_alpn_protocol(self): member in SSLSocket1140 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`.
1302 .. method:: SSLSocket.selected_alpn_protocol()1660 successful handshake, the :meth:`SSLSocket.selected_alpn_protocol` method will1668 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`
1672 … self.server.selected_alpn_protocols.append(self.sslconn.selected_alpn_protocol())2006 'client_alpn_protocol': s.selected_alpn_protocol(),
2314 self.server.selected_alpn_protocols.append(self.sslconn.selected_alpn_protocol())2724 'client_alpn_protocol': s.selected_alpn_protocol(),
1784 :meth:`SSLSocket.selected_alpn_protocol() <ssl.SSLSocket.selected_alpn_protocol>`