- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for defaultMaxConnectionPerRoute (0.11 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
/** Property name for default maximum connections per route setting */ public static final String DEFAULT_MAX_CONNECTION_PER_ROUTE_PROPERTY = "defaultMaxConnectionPerRoute"; /** 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 */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) -
CLAUDE.md
**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)