Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getChannelHealthCheckInterval (0.33 sec)

  1. src/main/java/jcifs/config/DelegatingConfiguration.java

        }
    
        /**
         * {@inheritDoc}
         *
         * @see jcifs.Configuration#getChannelHealthCheckInterval()
         */
        @Override
        public int getChannelHealthCheckInterval() {
            return this.delegate.getChannelHealthCheckInterval();
        }
    
        /**
         * {@inheritDoc}
         *
         * @see jcifs.Configuration#getHandleStateDirectory()
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 24.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/config/BaseConfiguration.java

            return this.loadBalancingStrategy;
        }
    
        /**
         * {@inheritDoc}
         *
         * @see jcifs.Configuration#getChannelHealthCheckInterval()
         */
        @Override
        public int getChannelHealthCheckInterval() {
            return this.channelHealthCheckInterval;
        }
    
        /**
         * {@inheritDoc}
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 36.5K bytes
    - Viewed (0)
  3. src/main/java/jcifs/Configuration.java

         *
         * Property {@code jcifs.smb.client.channelHealthCheckInterval} (int, default 10)
         *
         * @return health check interval in seconds
         */
        int getChannelHealthCheckInterval();
    
        /**
         * Property {@code jcifs.smb.client.handleStateDirectory}
         *
         * @return directory to store persistent handle state
         */
        String getHandleStateDirectory();
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 25.4K bytes
    - Viewed (0)
Back to top