Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for hc5Client (0.05 seconds)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/SwitchableHttpClient.java

         */
        public CrawlerClient getHc4Client() {
            return hc4Client;
        }
    
        /**
         * Sets the HC5 HTTP client instance.
         *
         * @param hc5Client the HC5 HTTP client
         */
        public void setHc5Client(final CrawlerClient hc5Client) {
            this.hc5Client = hc5Client;
        }
    
        /**
         * Gets the HC5 HTTP client instance.
         *
         * @return the HC5 HTTP client
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Thu Jan 08 04:17:06 GMT 2026
    - 4.9K bytes
    - Click Count (0)
  2. fess-crawler-lasta/src/main/resources/crawler/client.xml

    	</component>
    	<component name="httpClient"
    		class="org.codelibs.fess.crawler.client.http.SwitchableHttpClient" instance="prototype">
    		<property name="hc5Client">internalHttpClient</property>
    		<property name="hc4Client">internalHc4HttpClient</property>
    		<property name="maxRetryCount">5</property>
    		<property name="retryInterval">500</property>
    		<postConstruct name="init" />
    	</component>
    
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Thu Jan 08 04:17:06 GMT 2026
    - 3.7K bytes
    - Click Count (0)
Back to Top