Searched refs:selected_npn_protocol (Results 1 – 6 of 6) sorted by relevance
727 def selected_npn_protocol(self): member in SSLObject732 return self._sslobj.selected_npn_protocol()942 def selected_npn_protocol(self): member in SSLSocket947 return self._sslobj.selected_npn_protocol()
689 def selected_npn_protocol(self): member in SSLSocket694 return self._sslobj.selected_npn_protocol()
1671 self.server.selected_npn_protocols.append(self.sslconn.selected_npn_protocol())1702 + str(self.sslconn.selected_npn_protocol()) + "\n")2007 'client_npn_protocol': s.selected_npn_protocol(),
1008 .. method:: SSLSocket.selected_npn_protocol()1207 successful handshake, the :meth:`SSLSocket.selected_npn_protocol` method will1825 :meth:`SSLSocket.selected_npn_protocol` are not available.
1300 .. method:: SSLSocket.selected_npn_protocol()1667 successful handshake, the :meth:`SSLSocket.selected_npn_protocol` method will2444 - :meth:`~SSLSocket.selected_npn_protocol`2688 :meth:`SSLSocket.selected_npn_protocol` are not available.
2215 self.server.selected_npn_protocols.append(self.sslconn.selected_npn_protocol())2262 + str(self.sslconn.selected_npn_protocol()) + "\n")2612 'client_npn_protocol': s.selected_npn_protocol(),