- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for AbstractCrawlerClient (0.1 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/AbstractCrawlerClient.java
* It defines the basic structure and configuration options for crawler clients. */ public abstract class AbstractCrawlerClient implements CrawlerClient { private static final Logger logger = LogManager.getLogger(AbstractCrawlerClient.class); /** The MIME type for application/octet-stream. */ protected static final String APPLICATION_OCTET_STREAM = "application/octet-stream";Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sat Sep 06 04:15:37 GMT 2025 - 9.7K bytes - Click Count (10) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.crawler.client.http; import org.codelibs.fess.crawler.client.AbstractCrawlerClient; /** * HcHttpClient is the abstract base class for HTTP client implementations * using Apache HttpComponents. This class provides common constants and * configurations shared between HC4 and HC5 implementations.
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
- **Strategy**: `CrawlerClient`, `Extractor`, `Transformer` - pluggable implementations - **Builder**: `RequestDataBuilder`, `ExtractorBuilder` - fluent construction - **Template Method**: `AbstractCrawlerClient`, `AbstractExtractor` - common logic with overrides - **DI**: LastaFlute container with `@Resource` and XML config ### Core Principles
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)