Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for accessTimeout (0.05 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/AbstractCrawlerClient.java

        public void setMaxCachedContentSize(final long maxCachedContentSize) {
            this.maxCachedContentSize = maxCachedContentSize;
        }
    
        public void setAccessTimeout(final Integer accessTimeout) {
            this.accessTimeout = accessTimeout;
        }
    
        public void setMaxContentLength(final Long maxContentLength) {
            this.maxContentLength = maxContentLength;
        }
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Feb 22 01:47:32 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top