- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for test_doGet_accessTimeoutTarget (0.31 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/http/HcHttpClientTest.java
assertTrue(responseData.getLastModified().getTime() < new Date().getTime()); } finally { server.stop(); } } public void test_doGet_accessTimeoutTarget() { HcHttpClient client = new HcHttpClient() { @Override protected ResponseData processHttpMethod(final String url, final HttpUriRequest httpRequest) { try {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 11.7K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/fs/FileSystemClientTest.java
path = "/" + path.replace('\\', '/'); } final ResponseData responseData = fsClient.doHead("file:" + path); assertNull(responseData); } public void test_doGet_accessTimeoutTarget() { FileSystemClient client = new FileSystemClient() { @Override protected ResponseData getResponseData(final String uri, final boolean includeContent) { try {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Wed Nov 19 08:59:28 UTC 2025 - 11.2K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/storage/StorageClientTest.java
} catch (Exception e) { fail("Should not throw exception when accessTimeout is null: " + e.getMessage()); } } public void test_doGet_accessTimeoutTarget() { StorageClient client = new StorageClient() { @Override protected ResponseData processRequest(final String uri, final boolean includeContent) {
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/test/java/org/codelibs/fess/crawler/client/s3/S3ClientTest.java
} catch (Exception e) { fail("Should not throw exception when accessTimeout is null: " + e.getMessage()); } } public void test_doGet_accessTimeoutTarget() { S3Client client = new S3Client() { @Override protected ResponseData processRequest(final String uri, final boolean includeContent) {
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/test/java/org/codelibs/fess/crawler/client/gcs/GcsClientTest.java
} catch (Exception e) { fail("Should not throw exception when accessTimeout is null: " + e.getMessage()); } } public void test_doGet_accessTimeoutTarget() { GcsClient client = new GcsClient() { @Override protected ResponseData processRequest(final String uri, final boolean includeContent) {
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/ftp/FtpClientTest.java
assertNull(responseData); } finally { if (server != null) { server.stop(); } } } public void test_doGet_accessTimeoutTarget() { FtpClient client = new FtpClient() { @Override protected ResponseData getResponseData(final String uri, final boolean includeContent) { try {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 21.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/smb1/SmbClientTest.java
} try { smbClient.doHead(""); fail(); } catch (final CrawlerSystemException e) { // nothing } } public void test_doGet_accessTimeoutTarget() { SmbClient client = new SmbClient() { @Override protected ResponseData getResponseData(final String uri, final boolean includeContent) { try {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Tue Sep 23 06:42:59 UTC 2025 - 30K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/smb/SmbClientTest.java
} try { smbClient.doHead(""); fail(); } catch (final CrawlerSystemException e) { // nothing } } public void test_doGet_accessTimeoutTarget() { SmbClient client = new SmbClient() { @Override protected ResponseData getResponseData(final String uri, final boolean includeContent) { try {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Tue Sep 23 06:42:59 UTC 2025 - 31.9K bytes - Viewed (0)