Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for maxTotalConnection (0.09 seconds)

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

        /** Property name for maximum total connections setting */
        public static final String MAX_TOTAL_CONNECTION_PROPERTY = "maxTotalConnection";
    
        /** Property name for time to live time unit setting */
        public static final String TIME_TO_LIVE_TIME_UNIT_PROPERTY = "timeToLiveTimeUnit";
    
        /** Property name for time to live 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)
  2. CLAUDE.md

    ```
    
    Switch via system property: `-Dfess.crawler.http.client=hc4` or `hc5` (default)
    
    **Key Properties**: `connectionTimeout`, `soTimeout`, `proxyHost`, `proxyPort`, `userAgent`, `robotsTxtEnabled`, `ignoreSslCertificate`, `maxTotalConnection`, `defaultMaxConnectionPerRoute`
    
    ### CrawlerClientFactory
    
    Pattern-based client selection (from `crawler/client.xml`):
    - `http:.*`, `https:.*` → SwitchableHttpClient
    - `file:.*` → FileSystemClient
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Thu Mar 12 03:39:20 GMT 2026
    - 8.1K bytes
    - Click Count (0)
Back to Top