Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setStreamCloseTimeout (1.77 sec)

  1. src/main/java/org/codelibs/fess/helper/ProcessHelper.java

        }
    
        /**
         * Sets the timeout for stream closing operations.
         *
         * @param streamCloseTimeout timeout in seconds for stream closing operations
         */
        public void setStreamCloseTimeout(final int streamCloseTimeout) {
            this.streamCloseTimeout = streamCloseTimeout;
        }
    
        /**
         * Sends a command to the process associated with the given session ID.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 20 06:54:47 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top