- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setSSLSocketFactory (1.18 sec)
-
src/main/java/org/codelibs/curl/CurlRequest.java
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Mon Nov 24 03:10:07 UTC 2025 - 18.6K bytes - Viewed (0) -
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: Sat Dec 20 13:44:44 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: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 53.7K bytes - Viewed (0)