- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 15 for includeContent (0.06 sec)
-
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(); }Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 15.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java
/** * Processes an SMB1 request for the given URI. * * @param uri the URI to process * @param includeContent whether to include content in the response * @return the response data */ protected ResponseData processRequest(final String uri, final boolean includeContent) { if (smbAuthenticationHolder == null) { init(); } // startRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 23.3K bytes - Viewed (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);Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 17.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/storage/StorageClientTest.java
// Test that accessTimeoutTask null check prevents NPE StorageClient client = new StorageClient() { @Override protected ResponseData processRequest(final String uri, final boolean includeContent) { // Skip init() and directly test timeout handling org.codelibs.fess.crawler.client.AccessTimeoutTarget accessTimeoutTarget = null;Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java
/** * Processes an SMB request for the given URI. * * @param uri the URI to process * @param includeContent whether to include content in the response * @return the response data */ protected ResponseData processRequest(final String uri, final boolean includeContent) { if (smbAuthenticationHolder == null) { init(); } // startRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 23.4K bytes - Viewed (3) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/gcs/GcsClientTest.java
// Test that accessTimeoutTask null check prevents NPE GcsClient client = new GcsClient() { @Override protected ResponseData processRequest(final String uri, final boolean includeContent) { // Skip init() and directly test timeout handling org.codelibs.fess.crawler.client.AccessTimeoutTarget accessTimeoutTarget = null;Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 19.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/s3/S3ClientTest.java
// Test that accessTimeoutTask null check prevents NPE S3Client client = new S3Client() { @Override protected ResponseData processRequest(final String uri, final boolean includeContent) { // Skip init() and directly test timeout handling org.codelibs.fess.crawler.client.AccessTimeoutTarget accessTimeoutTarget = null;Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 07:57:44 UTC 2025 - 20.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/storage/StorageClient.java
*/ protected ResponseData getResponseData(final String uri, final boolean includeContent) { if (logger.isDebugEnabled()) { logger.debug("Accessing storage object: uri={}, includeContent={}", uri, includeContent); } final ResponseData responseData = new ResponseData(); try { responseData.setMethod(includeContent ? Constants.GET_METHOD : Constants.HEAD_METHOD);Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20K bytes - Viewed (2) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/s3/S3Client.java
*/ protected ResponseData getResponseData(final String uri, final boolean includeContent) { if (logger.isDebugEnabled()) { logger.debug("Accessing S3 object: uri={}, includeContent={}", uri, includeContent); } final ResponseData responseData = new ResponseData(); try { responseData.setMethod(includeContent ? Constants.GET_METHOD : Constants.HEAD_METHOD);Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 21.4K bytes - Viewed (0) -
src/test/java/jcifs/netbios/LmhostsTest.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.2K bytes - Viewed (0)