commit | 100d7290264338c6536739abd59879aaaa812537 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Tue Jun 25 12:00:34 2013 -0700 |
committer | Kenny Root <kroot@google.com> | Wed Jun 26 10:35:39 2013 -0700 |
tree | d5ec188e2a17fe9246a045e2b54245cfba2840bf | |
parent | 3e7d0344399ac2f607fddde32c1a5e54228a38f9 [diff] |
Add ALPN support to SSL socket factory This adds the ability to use Application-Layer Protocol Negotiation (ALPN) through the SSLCertificateSocketFactory. ALPN is essentially like Next Protocol Negotiation (NPN) but negotiation is done in the clear. This allows the use of other protocols on the same port (e.g., SPDY instead of HTTP on port 80). Change-Id: Ie62926b455e252c4c98670bbbecc1eb5c6f13990