- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for includeContent (0.25 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/fs/FileSystemClient.java
* * @param uri the URI to process * @param includeContent whether to include content in the response * @return the response data * @throws CrawlingAccessException if the request fails */ protected ResponseData processRequest(final String uri, final boolean includeContent) { if (isInit.compareAndSet(false, true)) { init(); }Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sun Nov 23 12:19:14 GMT 2025 - 15.1K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/gcs/GcsClient.java
*/ protected ResponseData getResponseData(final String uri, final boolean includeContent) { if (logger.isDebugEnabled()) { logger.debug("Accessing GCS object: uri={}, includeContent={}", uri, includeContent); } final ResponseData responseData = new ResponseData(); try { responseData.setMethod(includeContent ? Constants.GET_METHOD : Constants.HEAD_METHOD);Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Dec 11 08:38:29 GMT 2025 - 17.5K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.java
* * @param uri The URI to retrieve data from * @param includeContent Whether to include the actual content in the response * @return The response data containing the retrieved information * @throws CrawlingAccessException If the FTP request fails */ protected ResponseData processRequest(final String uri, final boolean includeContent) { if (ftpAuthenticationHolder == null) { init();Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 40K bytes - Click Count (0) -
src/test/java/jcifs/netbios/LmhostsTest.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 18.2K bytes - Click Count (0)