Searched refs:handshakeTimeout (Results 1 – 1 of 1) sorted by relevance
68 int handshakeTimeout) { in SSLSocketFactoryWrapper() argument71 mHandshakeTimeout = handshakeTimeout; in SSLSocketFactoryWrapper()95 public static SSLSocketFactory getDefault(final KeyManager[] keyManagers, int handshakeTimeout) in getDefault() argument99 return new SSLSocketFactoryWrapper(context.getSocketFactory(), true, handshakeTimeout); in getDefault()104 int handshakeTimeout) in getInsecure() argument108 return new SSLSocketFactoryWrapper(context.getSocketFactory(), false, handshakeTimeout); in getInsecure()