Searched refs:protocols (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java270 * Protocol Negotiation (NPN)</a> protocols that this peer is interested in.
272 * <p>For servers this is the sequence of protocols to advertise as
276 * <p>For clients this is a list of supported protocols to match against the
279 * The order of the client's protocols is otherwise insignificant.
291 * Application Layer Protocol Negotiation (ALPN)</a> protocols that this peer
294 * <p>For servers this is the sequence of protocols to advertise as
298 * <p>For clients this is a list of supported protocols to match against the
301 * The order of the client's protocols is otherwise insignificant.
303 * @param protocols a non-empty list of protocol byte arrays. All arrays
307 public void setAlpnProtocols(byte[][] protocols) { argument
[all...]

Completed in 47 milliseconds