Searched defs:set_alpn_protocols (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | ssl.py | 382 def set_alpn_protocols(self, alpn_protocols): member in SSLContext |
/external/python/cpython3/Lib/ | ||
D | ssl.py | 544 def set_alpn_protocols(self, alpn_protocols): member in SSLContext |