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

/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java262 * Protocol Negotiation (NPN)</a> protocols that this peer is interested in.
264 * <p>For servers this is the sequence of protocols to advertise as
268 * <p>For clients this is a list of supported protocols to match against the
271 * The order of the client's protocols is otherwise insignificant.
283 * Application Layer Protocol Negotiation (ALPN)</a> protocols that this peer
286 * <p>For servers this is the sequence of protocols to advertise as
290 * <p>For clients this is a list of supported protocols to match against the
293 * The order of the client's protocols is otherwise insignificant.
295 * @param protocols a non-empty list of protocol byte arrays. All arrays
299 public void setAlpnProtocols(byte[][] protocols) { argument
[all...]

Completed in 23 milliseconds