- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ContentLengthHelper (0.1 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/ExtractorBuilder.java
} if (maxContentLength < 0) { final ContentLengthHelper contentLengthHelper = crawlerContainer.getComponent("contentLengthHelper"); maxContentLength = contentLengthHelper.getMaxLength(mimeType); } final long contentLength = getContentLength(out); if (contentLength > maxContentLength) {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Oct 12 01:40:57 UTC 2024 - 6.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.java
public static final String FTP_AUTHENTICATIONS_PROPERTY = "ftpAuthentications"; protected String charset = Constants.UTF_8; @Resource protected ContentLengthHelper contentLengthHelper; protected volatile FtpAuthenticationHolder ftpAuthenticationHolder; protected FTPClientConfig ftpClientConfig;
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Oct 12 01:41:37 UTC 2024 - 25.7K bytes - Viewed (0)