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

/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java98 public SSLCertificateSocketFactory(int handshakeTimeoutMillis) { argument
99 this(handshakeTimeoutMillis, null, true);
103 int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) {
104 mHandshakeTimeoutMillis = handshakeTimeoutMillis;
112 * @param handshakeTimeoutMillis to use for SSL connection handshake, or 0
116 public static SocketFactory getDefault(int handshakeTimeoutMillis) { argument
117 return new SSLCertificateSocketFactory(handshakeTimeoutMillis, null, true);
124 * @param handshakeTimeoutMillis to use for SSL connection handshake, or 0
129 public static SSLSocketFactory getDefault(int handshakeTimeoutMillis, SSLSessionCache cache) { argument
130 return new SSLCertificateSocketFactory(handshakeTimeoutMillis, cach
102 SSLCertificateSocketFactory( int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) argument
145 getInsecure(int handshakeTimeoutMillis, SSLSessionCache cache) argument
166 getHttpSocketFactory( int handshakeTimeoutMillis, SSLSessionCache cache) argument
[all...]

Completed in 21 milliseconds