- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setSslSocketFactory (0.07 sec)
-
src/main/java/jcifs/http/NtlmHttpURLConnection.java
if (hv != null) { ((HttpsURLConnection) this.connection).setHostnameVerifier(hv); } if (ssf != null) { ((HttpsURLConnection) this.connection).setSSLSocketFactory(ssf); } } this.connection.setRequestMethod(this.method); this.headerFields = null;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 25.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
this.dnsResolver = dnsResolver; } /** * Sets the SSL socket factory. * @param sslSocketFactory The SSL socket factory. */ public void setSslSocketFactory(final LayeredConnectionSocketFactory sslSocketFactory) { this.sslSocketFactory = sslSocketFactory; }
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 52.2K bytes - Viewed (0)