- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setRedirectLocation (0.08 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/ResponseData.java
} /** * Sets the redirect location if the response is a redirect. * * @param redirectLocation the redirect location URL to set */ public void setRedirectLocation(final String redirectLocation) { this.redirectLocation = redirectLocation; } /** * Gets the last modified date of the resource. *
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 11.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.java
responseData.setHttpStatusCode(Constants.OK_STATUS); responseData.setCharSet(charset); responseData.setContentLength(0); responseData.setRedirectLocation(redirect); ftpClientQueue.offer(client); return; } } if (file.isFile()) { responseData.setHttpStatusCode(Constants.OK_STATUS_CODE);
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 39.5K bytes - Viewed (0)