Searched refs:selected_npn_protocol (Results 1 – 6 of 6) sorted by relevance
908 def selected_npn_protocol(self): member in SSLObject913 return self._sslobj.selected_npn_protocol()1127 def selected_npn_protocol(self): member in SSLSocket1132 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.
1312 .. method:: SSLSocket.selected_npn_protocol()1679 successful handshake, the :meth:`SSLSocket.selected_npn_protocol` method will2490 - :meth:`~SSLSocket.selected_npn_protocol`2736 :meth:`SSLSocket.selected_npn_protocol` are not available.
2313 self.server.selected_npn_protocols.append(self.sslconn.selected_npn_protocol())2363 + str(self.sslconn.selected_npn_protocol()) + "\n")2725 'client_npn_protocol': s.selected_npn_protocol(),