Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setMaxRedirectCount (0.13 sec)

  1. src/main/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGenerator.java

            this.name = name;
        }
    
        /**
         * Sets the maximum number of redirects to follow.
         * @param maxRedirectCount The maximum redirect count.
         */
        public void setMaxRedirectCount(final int maxRedirectCount) {
            this.maxRedirectCount = maxRedirectCount;
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 13.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java

        }
    
        /**
         * Sets the maximum number of redirects to follow when processing URLs.
         *
         * @param maxRedirectCount the maximum redirect count
         */
        public void setMaxRedirectCount(final int maxRedirectCount) {
            this.maxRedirectCount = maxRedirectCount;
        }
    
        /**
         * Sets the timeout for executor service termination during shutdown.
         *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 28.9K bytes
    - Viewed (0)
Back to top