Searched defs:handshakeTimeoutMillis (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java106 public SSLCertificateSocketFactory(int handshakeTimeoutMillis) { argument
107 this(handshakeTimeoutMillis, null, true);
111 int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) {
112 mHandshakeTimeoutMillis = handshakeTimeoutMillis;
120 * @param handshakeTimeoutMillis to use for SSL connection handshake, or 0
124 public static SocketFactory getDefault(int handshakeTimeoutMillis) { argument
125 return new SSLCertificateSocketFactory(handshakeTimeoutMillis, null, true);
132 * @param handshakeTimeoutMillis to use for SSL connection handshake, or 0
137 public static SSLSocketFactory getDefault(int handshakeTimeoutMillis, SSLSessionCache cache) { argument
138 return new SSLCertificateSocketFactory(handshakeTimeoutMillis, cach
110 SSLCertificateSocketFactory( int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) argument
153 getInsecure(int handshakeTimeoutMillis, SSLSessionCache cache) argument
174 getHttpSocketFactory( int handshakeTimeoutMillis, SSLSessionCache cache) argument
[all...]

Completed in 119 milliseconds