Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setStreamCloseTimeout (0.07 seconds)

  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.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 20 06:54:47 GMT 2025
    - 10.9K bytes
    - Click Count (0)
Back to Top