- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for proxyAuthScheme (0.07 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
public static final String PROXY_PORT_PROPERTY = "proxyPort"; /** Property name for proxy authentication scheme setting */ public static final String PROXY_AUTH_SCHEME_PROPERTY = "proxyAuthScheme"; /** Property name for proxy credentials setting */ public static final String PROXY_CREDENTIALS_PROPERTY = "proxyCredentials"; /** Property name for user agent setting */
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Jan 08 04:17:06 GMT 2026 - 4.8K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc4HttpClient.java
this.proxyPort = proxyPort; } /** * Sets the proxy authentication scheme. * * @param proxyAuthScheme The proxy authentication scheme */ public void setProxyAuthScheme(final AuthScheme proxyAuthScheme) { this.proxyAuthScheme = proxyAuthScheme; } /** * Sets the proxy credentials. * * @param proxyCredentials The proxy credentialsCreated: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Fri Jan 09 23:46:52 GMT 2026 - 54.4K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc5HttpClient.java
this.proxyPort = proxyPort; } /** * Sets the proxy authentication scheme. * * @param proxyAuthScheme The proxy authentication scheme */ public void setProxyAuthScheme(final AuthScheme proxyAuthScheme) { this.proxyAuthScheme = proxyAuthScheme; } /** * Sets the proxy credentials. * * @param proxyCredentials The proxy credentialsCreated: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sat Jan 31 12:23:29 GMT 2026 - 62.2K bytes - Click Count (0)